[opensuse] wireless still doesn't work in suse 11 RC1
I am starting a new post, the original post drifted off the subject. My original post: "Masim "Vavai" Sugianto wrote:
Hi Joe,
On Tue, Jun 3, 2008 at 8:12 AM, Joe Zien <jozien@comcast.net> wrote:
I installed SuSE 11 RC1 and everything except wireless works. I have a ThinkPad T60 laptop with 11abg wireless card which works with my default distro mepis 7.01 and wireless works "right out of the box".
This is what I tried:
yast 2 -- Network services: No wireless shown Network Devices: No wireless shownIs it Network Settings: AR5212 802.11 abg -- NIC not configured
I have same problem with AR-5212. Wifi driver ath5k doesn't work. You have 2 choice for this kind problem :
1. Manually install madwifi driver from tar.gz (madwifi.org), with standar ./configure, make and make install. You must have gcc, make and kernel-source for this
2. Marek Stopka has built madwifi driver for openSUSE. Please take a look here : http://www.m4r3k.org/english/opensuse-linux/madwifi-driver-for-opensuse-110/
I choose the first option and my AR-5212 worked flawlessly.
-- Best Regards,
Masim "Vavai" Sugianto"
I tried # 1 and got "make not found" Here is the latest I found using yast2: Install software: Search madwifi --- found madwifi Network settings: Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details. AR5212 802.11abg NIC (Not connected) # lsmod ath5k 97156 0 mac80211 178196 1 ath5k # dmesg ath5k_pci 0000:03:00.0: registered as 'phy0' Uhhuh. NMI received for unknown reason a1 on CPU 0. You have some hardware problem, likely on the PCI bus. Dazed and confused, but trying to continue ath5k phy0: failed to resume the MAC Chip ACPI: PCI interrupt for device 0000:03:00.0 disabled ath5k_pci: probe of 0000:03:00.0 failed with error -5 ================================ From the above info, looks like madwifi and ath5k are installed. Do I still have to make install madwifi? jozien -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, Jun 7, 2008 at 8:20 PM, Joe Zien <jozien@comcast.net> wrote:
I am starting a new post, the original post drifted off the subject.
My original post:
"Masim "Vavai" Sugianto wrote:
Hi Joe,
On Tue, Jun 3, 2008 at 8:12 AM, Joe Zien <jozien@comcast.net> wrote:
I installed SuSE 11 RC1 and everything except wireless works. I have a ThinkPad T60 laptop with 11abg wireless card which works with my default distro mepis 7.01 and wireless works "right out of the box".
This is what I tried:
yast 2 -- Network services: No wireless shown Network Devices: No wireless shownIs it Network Settings: AR5212 802.11 abg -- NIC not configured
I have same problem with AR-5212. Wifi driver ath5k doesn't work. You have 2 choice for this kind problem :
1. Manually install madwifi driver from tar.gz (madwifi.org), with standar ./configure, make and make install. You must have gcc, make and kernel-source for this
2. Marek Stopka has built madwifi driver for openSUSE. Please take a look here : http://www.m4r3k.org/english/opensuse-linux/madwifi-driver-for-opensuse-110/
I choose the first option and my AR-5212 worked flawlessly.
-- Best Regards,
Masim "Vavai" Sugianto"
I tried # 1 and got "make not found"
Here is the latest I found using yast2:
Install software: Search madwifi --- found madwifi
Network settings: Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details.
AR5212 802.11abg NIC (Not connected)
# lsmod
ath5k 97156 0 mac80211 178196 1 ath5k
# dmesg ath5k_pci 0000:03:00.0: registered as 'phy0' Uhhuh. NMI received for unknown reason a1 on CPU 0. You have some hardware problem, likely on the PCI bus. Dazed and confused, but trying to continue ath5k phy0: failed to resume the MAC Chip ACPI: PCI interrupt for device 0000:03:00.0 disabled ath5k_pci: probe of 0000:03:00.0 failed with error -5
================================
From the above info, looks like madwifi and ath5k are installed.
Do I still have to make install madwifi?
jozien
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
The key line is: This is mostly caused by missing firmware (for wlan devices). See dmesg output for details. -- ----------JSA--------- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, Jun 7, 2008 at 11:20 PM, Joe Zien <jozien@comcast.net> wrote:
I am starting a new post, the original post drifted off the subject. I tried # 1 and got "make not found" Network settings: Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details.
AR5212 802.11abg NIC (Not connected) ath5k_pci 0000:03:00.0: registered as 'phy0' Uhhuh. NMI received for unknown reason a1 on CPU 0. You have some hardware problem, likely on the PCI bus. Dazed and confused, but trying to continue ath5k phy0: failed to resume the MAC Chip ACPI: PCI interrupt for device 0000:03:00.0 disabled ath5k_pci: probe of 0000:03:00.0 failed with error -5
Sounds like there is something else wrong. That's a hardware error.
From the above info, looks like madwifi and ath5k are installed.
No. The ath5k driver is installed. The madwifi driver is ath_pci
Do I still have to make install madwifi?
The 5212 is fully supported by the newer ath5k driver. I'm not sure why you are having a problem. In order to use madwifi, you have to install the kernel sources. 1. Start YaST. 2. Select Software Management 3. Do a search for "kernel" 4. Select "kernel-sources" or similar. 5. Install. YaST will automatically install the compilers. When finished, go to the madwifi source and do a make and then a make install. You HAVE to have the kernel sources installed to make madwifi. It will not work otherwise. Also keep in mind that if you update the kernel, you MAY have to rebuild madwifi. That's what sucks about compiling your own drivers. I still don't know WHY you can't use the ath5k driver. See the other thread for my instructions on how to use it. Maybe that will help. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 07 June 2008 08:20:41 pm Joe Zien wrote:
On Tue, Jun 3, 2008 at 8:12 AM, Joe Zien <jozien@comcast.net> wrote:
I installed SuSE 11 RC1 and everything except wireless works. I have a ThinkPad T60 laptop with 11abg wireless card which works with my default distro mepis 7.01 and wireless works "right out of the box".
I have a new T61 with the Intel 4965 wireless card. I also had trouble with the wireless card and eventually traced it to the ipw driver. First, you need to have the iwl4965-ucode driver installed. Then install the ipw driver from the RC1 install DVD. You need the one marked ipw-firmware-8-81.noarch.rpm. Then go ahead and use Yast to configure your wireless card. Now, reboot, and your wireless card should be working. Do not let updates change the ipw driver or your wireless will stop working - mine did, anyway. The factory non-oss repository will install the ipw-firmware-8-82.noarch.rpm if you let it. AND break your wireless. -- Bob Smits "Just one more wheelie", Ted thought, as he was taking his bike to the shop to trade it in........ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Joe Zien wrote:
I am starting a new post, the original post drifted off the subject.
My original post:
"Masim "Vavai" Sugianto wrote:
Hi Joe,
On Tue, Jun 3, 2008 at 8:12 AM, Joe Zien <jozien@comcast.net> wrote:
I installed SuSE 11 RC1 and everything except wireless works. I have a ThinkPad T60 laptop with 11abg wireless card which works with my default distro mepis 7.01 and wireless works "right out of the box".
This is what I tried:
yast 2 -- Network services: No wireless shown Network Devices: No wireless shownIs it Network Settings: AR5212 802.11 abg -- NIC not configured
I have same problem with AR-5212. Wifi driver ath5k doesn't work. You have 2 choice for this kind problem :
1. Manually install madwifi driver from tar.gz (madwifi.org), with standar ./configure, make and make install. You must have gcc, make and kernel-source for this
2. Marek Stopka has built madwifi driver for openSUSE. Please take a look here : http://www.m4r3k.org/english/opensuse-linux/madwifi-driver-for-opensuse-110/
I choose the first option and my AR-5212 worked flawlessly.
-- Best Regards,
Masim "Vavai" Sugianto"
I tried # 1 and got "make not found"
Here is the latest I found using yast2:
Install software: Search madwifi --- found madwifi
Network settings: Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details.
AR5212 802.11abg NIC (Not connected)
# lsmod
ath5k 97156 0 mac80211 178196 1 ath5k
# dmesg ath5k_pci 0000:03:00.0: registered as 'phy0' Uhhuh. NMI received for unknown reason a1 on CPU 0. You have some hardware problem, likely on the PCI bus. Dazed and confused, but trying to continue ath5k phy0: failed to resume the MAC Chip ACPI: PCI interrupt for device 0000:03:00.0 disabled ath5k_pci: probe of 0000:03:00.0 failed with error -5
================================
From the above info, looks like madwifi and ath5k are installed.
Do I still have to make install madwifi?
jozien
I got this from another post: "The 'cc' command is the C compiler. You need to install the development environment. Easiest way is to go to YaST -> Software Management and when it finally comes up, select 'Patterns' in the drop down 'Filter' list. Scroll down to the 'Development' category and check the 'Base Development' check box. This should get you all the tools the compilation process will need. " I followed the instructions as above and got on the internet using wireless. Thanks to all who helped. jozien -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Joe Zien
-
John Andersen
-
Larry Stotler
-
Robert Smits