My 32bit laptop has been running 13.3 but today I decided i should upgrade to tumbleweed (all my other machines are 64bit and run Leap 42.3) I did an online upgrade, and after many hours and installing 2177 packages it said it was done and I rebooted
First oddity was the boot messages were all shown twice (I hit ESC to see them) but it boote. BUT it was not connected to my lan. iwconfig saidd it was up but not assosiated with wifi AP. Tried using yast2 to configure and it looked OK apart from asking bout a zone – which I have not seen before. No ifconfig program either.
Two immediate questions:
1: How do I get a wifi connection?
2: what should i do about zones?
and bonus question, why double messages?
I do not run gnome or kde; just fvwm + xterms+emacs
You’re best advised to start separate threads for each of the issues you’ve encountered. With respect to the wireless issue, a good start would be to post the hardware details eg via lspci or hwinfo…
[QUOTE=deano_ferrari;2855903]You’re best advised to start separate threads for each of the issues you’ve encountered. With respect to the wireless issue, a good start would be to post the hardware details eg via spci or hwinfo…
/usr/sbin/hwinfo --netcard
Hum. I can run it and I have but caoturung the output is harder (it is not onnected). Will have to find a memory stick.
It is using ipw2200 driver
[QUOTE]
Which network devices are present?
ip a
eth0 is a wred ethernet, eth1 is wireless. Also exists an ir and something else I forget.
I used to have eth1 start ob boot with static I address, and as far as I can tell from yast2 that is what is set
iwlist scan sees the AP as well. The wifi-active light goes on and off during boot but off when booted.
Will look for a memory stick
Sorry about the multiple questions – I thought they were related.
I managed to find enough kit to try a wired ethernet and that worked ok apart from having to change the routing, but this is not a working solution for the use of this machine.
So I am still hoping for some suggestions about getting wifi to work.
It just returned with no messages. What should I expect? What should I check? Did not seem to give a connection, and iwconfig showed no associaton with theAP
Perhaps check that the wifi device is not soft-blocked.
/usr/sbin/rfkill list
If it is, do…
sudo /usr/sbin/rfkill unblock wifi
Just for completeness perhaps share the config file for eth1 in /etc/sysconfig/network/ifcfg-eth1
Device was not blocked. I get here my /etc/sysconfig/network/ifcfg-eth1 with the local password removed – and yes it is correct
if I have to do a clean install then I alsp need to consider if tumbleweed is the correct system, which has seemed less than stable.
I do need to limit the number of different distros I have, and Leap is certainly needed but perhaps I should go to a duplicate, like Debian
which i have when it was not possible to install SuSE on a particular machine years ago.
That’s a conclusion you cannot draw after performing a non-supported upgrade. IME Tumbleweed is rock stable and has been ever since it’s been built en tested like it is now.
I do need to limit the number of different distros I have, and Leap is certainly needed but perhaps I should go to a duplicate, like Debian
which i have when it was not possible to install SuSE on a particular machine years ago.
I need to consider te options
Leap is out of the question, since your machine is 32bit, and Leap is 64bit only. Right now, Tumbleweed is the only openSUSE option you have.
AFAIK from talking to people from other distros, openSUSE is not the only distro dropping support for 32bit systems. It’s simply not worth the effort, time, computer power to keep on maintaining 32bit for an audience that’s becoming smaller and smaller.
It’s not clear to me why it fails to activate/associate. I was expecting you to report an error message given that this does not cause wicked to activate the device and associate with your AP. You could observe the journal logging while bringing eth1 up…so this in one terminal
sudo journalctl -f
and this executed from another
sudo ip link set eth1 up
Knurpht’s advice might be the best course of action given you have other issues with this install.
FWIW, I don’t have “USERCONTROL=‘no’” in my working configuration, and I’m using “STARTMODE=‘ifplugd’”, but ‘auto’ should be ok IMHO.