openSUSE Forums > Network/Internet > Wireless » wireless not working : all details given as asked in sticky

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read


Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-Sep-2009, 00:53
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 9
gudgeforums hasn't been rated much yet
Default wireless not working : all details given as asked in sticky

Hi,
Following are the information as demanded in the sticky.
1. lspci
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03)
02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
2.dmesg | grep firmware
firmware: requesting iwlwifi-5000-1.ucode
I already have the file iwlwifi-5000-1.ucode in my /lib/firmware.


I have checked intel's website and downloaded iwlwifi-5000-ucode-8.24.2.12 and put it in /lib/firmware.

dmesg | grep -i kill :-) I checked my radio is on.

iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't suppoort scanning.

wmaster0 Interface doesn't support scanning.

wlan0 No scan results

pan0 Interface doesn't support scanning.

Dosen't list the networks.

What could be the problem.

thanks
gudge
Reply With Quote
  #2 (permalink)  
Old 04-Sep-2009, 05:06
Wise Penguin
 
Join Date: Jun 2008
Location: NZ
Posts: 1,851
deano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura about
Default Re: wireless not working : all details given as asked in sti

Depending on which openSUSE version you're using, you may find in-kernel support is provided as mentioned here:

Quote:
Note: The iwlwifi driver has been merged into mainline kernel since 2.6.24. If you are using kernels after this release, please use the intree (drivers/net/wireless/iwlwifi) driver directly. After 2.6.26 the intree driver iwlagn also supports the new 5100BG, 5100ABG, 5100AGN, 5300AGN and 5350AGN series hardwares.
Having said that, I'm not familiar with this model (my laptop uses earlier intel 2915ABG chipset), but there are openSUSE packages available. Have a look at webpin search for iwl5000-ucode. Make sure you search for your openSUSE version first, before downloading and installing. Then configure the device via yast.
Reply With Quote
  #3 (permalink)  
Old 04-Sep-2009, 10:16
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,209
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: wireless not working : all details given as asked in sticky

gudgeforums wrote:
> 2.dmesg | grep firmware
> firmware: requesting iwlwifi-5000-1.ucode
> I already have the file iwlwifi-5000-1.ucode in my /lib/firmware.


It did not say that firmware loading failed, just that it was going to
use that file. Looks OK.

> I have checked intel's website and downloaded
> iwlwifi-5000-ucode-8.24.2.12 and put it in /lib/firmware.
>
> dmesg | grep -i kill :-) I checked my radio is on.
>
> iwlist scan


Was this as root? If not, you only get a passive scan.

Look at the complete output of dmesg, but only post things that
mention iwlwifi.

This driver is very much a work in progress. You might have success
with the compat-wireless package for your kernel.
Reply With Quote
  #4 (permalink)  
Old 07-Sep-2009, 12:06
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 9
gudgeforums hasn't been rated much yet
Default Re: wireless not working : all details given as asked in sti

Thanks for your help.
> Was this as root? If not, you only get a passive scan.
This was as root.
I searched for iwlwfi. Could not get it in demsg.

I could not understand the comment about intree driver.

There are three files under that directory.
iwl2945.ko, iwlagn.ko iwlcore.ko.

Should i move these files to some other directory e.g. /lib/firmware. should i remove the old drivers.
Reply With Quote
  #5 (permalink)  
Old 07-Sep-2009, 13:35
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,209
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: wireless not working : all details given as asked in sticky

gudgeforums wrote:
> Thanks for your help.
>> Was this as root? If not, you only get a passive scan.

> This was as root.
> I searched for iwlwfi. Could not get it in demsg.
>
> I could not understand the comment about intree driver.
>
> There are three files under that directory.
> iwl2945.ko, iwlagn.ko iwlcore.ko.
>
> Should i move these files to some other directory e.g. /lib/firmware.
> should i remove the old drivers.


I do not see any mention of "intree" driver in this thread. Only
firmware belongs in /lib/firmware! Obviously, you do not understand
the difference between a driver (the .ko files) and firmware. The
driver runs on the host CPU, i.e. your computer. The firmware is the
program that runs on the CPU in the device. In the startup process,
the driver reads the firmware files and loads them into the device,
then starts the CPU in the device.

What I suggested is that you try the compat-wireless package for your
kernel.
Reply With Quote
  #6 (permalink)  
Old 07-Sep-2009, 15:44
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 9
gudgeforums hasn't been rated much yet
Default Re: wireless not working : all details given as asked in sti

Quote:
Originally Posted by deano_ferrari View Post
Depending on which openSUSE version you're using, you may find in-kernel support is provided as mentioned here:

Note: The iwlwifi driver has been merged into mainline kernel since 2.6.24. If you are using kernels after this release, please use the intree (drivers/net/wireless/iwlwifi) driver directly. After 2.6.26 the intree driver iwlagn also supports the new 5100BG, 5100ABG, 5100AGN, 5300AGN and 5350AGN series hardwares.

Having said that, I'm not familiar with this model (my laptop uses earlier intel 2915ABG chipset), but there are openSUSE packages available. Have a look at webpin search for iwl5000-ucode. Make sure you search for your openSUSE version first, before downloading and installing. Then configure the device via yast.
The second reply by deano_ferrari was about the in-kernel support.
sorry for the confusion.
Reply With Quote
  #7 (permalink)  
Old 08-Sep-2009, 20:53
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 9
gudgeforums hasn't been rated much yet
Default Re: wireless not working : all details given as asked in sti

Can you someone pls help on how to use the intree driver?
Where and how they can be installed ?
Reply With Quote
  #8 (permalink)  
Old 08-Sep-2009, 21:09
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,209
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: wireless not working : all details given as asked in sticky

gudgeforums wrote:
> Can you someone pls help on how to use the intree driver?
> Where and how they can be installed ?


In tree drivers are already installed. They come with every kernel.
You only have to configure the device.
Reply With Quote
  #9 (permalink)  
Old 08-Sep-2009, 21:18
Wise Penguin
 
Join Date: Jun 2008
Location: NZ
Posts: 1,851
deano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura aboutdeano_ferrari has a spectacular reputation aura about
Default Re: wireless not working : all details given as asked in sti

Quote:
Can you someone pls help on how to use the intree driver?
Where and how they can be installed ?
Without wishing to confuse the situation, the 'inree' driver is that which is provided by your kernel already. As suggested by iwfinger:

Quote:
What I suggested is that you try the compat-wireless package for your
kernel.
So try installing that package.
Reply With Quote
  #10 (permalink)  
Old 09-Sep-2009, 03:48
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: wireless not working : all details given as asked in sti

And read this Choosing the correct kmp-package for your installation - openSUSE Forums before installing anything.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2