LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-13-2006, 01:08 PM   #1
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Rep: Reputation: 31
Finding PCI ID in Ndiswrapper Wiki List


I already asked this question on the ndiswrapper-general mailing list, but their doesn't seem to be much activity there.

I have an Acer Aspire WLMi 3003 with Kubuntu 5.10 installed. I have no
wireless interface out of the box, so I'm trying to use ndiswrapper which I
installed through apt-get. (So the version of ndiswrapper is 1.1-4).
This is what the Wiki Installation guide tells me to do:

"Important: Do NOT use drivers on your CD. They may work, but you may
experience kernel crashes etc., if the driver on your CD has not been
tested.
Instead, you need to download appropriate Windows XP driver for your card
from the Wiki entry List. To identify the driver that you need, first
identify the card you have with 'lspci' and note the first column such as
0000:00:0c.0 and then find out the PCI ID of the card that with 'lspci -n'
corresponding to the first column of 'lspci' output.
The PCI ID is third column or fourth in some distributions and of the form
'104c:8400'. Now you need to get the Windows driver for this chipset. In the
List, find out an entry for the same PCI ID and download the driver
corresponding to it."

#lspci
0000:00:0b.0 Network Controller: Broadcom Corporation: Unknown device 4318
(rev 02)

#lspci -n
0000:00:0b.0 0280: 14e4:4318 (rev 02)

This PCI ID is found in the List multiple times, for different laptop
models, but not for mine. I took this one:

Notebook: Acer Aspire 3023WLMi

* Kernel 2.6.12 vanilla RPM for Fedora Core 4
* Chipset: Broadcom Corporation BCM4318 802.11/g Wireless LAN
* pciid: 14e4:4318
* Driver: ndiswrapper v1.3rc1 with bcmwl5a.inf or bcmwl5.inf (either
works) ftp://ftp.support.acer-euro.com/note...iver/(Broadcom,
12/22/2004,
v3.100.46.0)

Now, my wireless still doesn't work but "#ndiswrapper -l" gives me:
"Installed ndis drivers:
bcmwl5 driver present, hardware present"

Does this mean the driver is OK, but there still is another problem, or does
it mean I should pick another driver?
 
Old 04-13-2006, 01:23 PM   #2
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
"bcmwl5 driver present, hardware present"

it's installed properly.

did you "modprobe ndiswrapper"
 
Old 04-13-2006, 05:26 PM   #3
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
I can only test my wireless card at university. Now I've found a page that I should have read before I started fiddling on this, namely the instructions for my university's wireless network.
I'll post more in this thread tomorrow or next week.
Thanks already.

PS: Since you're from the US, which one is correct: "I can only test my card..." or "I can test my card only..." ?

Last edited by merchtemeagle; 04-13-2006 at 05:29 PM.
 
Old 04-14-2006, 12:18 PM   #4
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
I followed http://ndiswrapper.sourceforge.net/m...p/Installation .

Code:
$ modprobe ndiswrapper
$ iwconfig
wlan0     IEEE 802.11g  ESSID:off/any
          Mode:Managed  Frequency:2.412 GHz  Access Point: 00:00:00:00:00:00
          Bit Rate:54 Mb/s   Tx-Power:25 dBm
          RTS thr:2347 B   Fragment thr:2346 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-67 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ iwlist wlan0 scan
wlan0     Scan completed :
          Cell 01 - Address: 00:50:DA:01:24:C6
                    ESSID:"IG-AirLines"
                    Protocol:IEEE 802.11b
                    Mode:Managed
                    Frequency:2.422 GHz (Channel 3)
                    Quality:0/100  Signal level:-69 dBm  Noise level:-256 dBm
                    Encryption key:off
                    Bit Rate:1 Mb/s
                    Bit Rate:2 Mb/s
                    Bit Rate:5.5 Mb/s
                    Bit Rate:11 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
          Cell 02 - Address: 00:12:17:D7:96:08
                    ESSID:"IG-intern"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.452 GHz (Channel 9)
                    Quality:0/100  Signal level:-78 dBm  Noise level:-256 dBm
                    Encryption key:on
                    Bit Rate:1 Mb/s
                    Bit Rate:2 Mb/s
                    Bit Rate:5.5 Mb/s
                    Bit Rate:11 Mb/s
                    Bit Rate:18 Mb/s
                    Bit Rate:24 Mb/s
                    Bit Rate:36 Mb/s
                    Bit Rate:54 Mb/s
                    Bit Rate:6 Mb/s
                    Bit Rate:9 Mb/s
                    Bit Rate:12 Mb/s
                    Bit Rate:48 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
                    Extra:wpa_ie=dd160050f20101000050f20201000050f20201000050f202

$ iwconfig wlan0 mode Managed
$ iwconfig wlan0 essid IG-Airlines
$ iwconfig wlan0
wlan0     IEEE 802.11g  ESSID:off/any
          Mode:Managed  Frequency:2.412 GHz  Access Point: 00:00:00:00:00:00
          Bit Rate:54 Mb/s   Tx-Power:25 dBm
          RTS thr:2347 B   Fragment thr:2346 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-67 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
So, ESSID is not set but still has "off/any" as value.
This is the page with instructions of the wireless network at the computer rooms: http://ig-airlines.rave.org/englindex.html

Anyone that can point me towards a solution?
 
Old 04-18-2006, 02:37 PM   #5
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
Hmm, seems like I ask many hard questions nowadays.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HCL (Hardware Compatibility List) - Fedora Project Wiki t3gah Fedora 2 08-21-2019 05:21 AM
Finding the last in a file list .. hrafn Programming 1 03-21-2005 03:45 AM
Finding the kernel headers needed for Ndiswrapper? gandhi Debian 2 03-19-2005 08:02 PM
NdisWrapper Wiki? spaaarky21 Linux - Wireless Networking 1 12-07-2004 10:17 PM
LQ Wiki Mailing List jeremy LQ Suggestions & Feedback 4 03-02-2004 09:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 10:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration