LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-27-2004, 11:03 AM   #1
pitts68
LQ Newbie
 
Registered: Jun 2004
Location: Chico, CA
Distribution: Fedora core 1
Posts: 12

Rep: Reputation: 0
Dell wireless WLAN 1450 Dual Band WLAN Mini-PCI card not recognised


Very linux newbie here with a question on configuring my wireless(and my ethernet but we wont go there right now) card. The card is in a Dell inspiron notebook with a fresh Fedora core 1 install. It is a Dell wireless WLAN 1450 Dual Band WLAN Mini-PCI card. I dont know the commands in terminal well enough yet to asses the problem . When I try to configure the card in the Network device control menu, it is not recognised. I am trying to make the switch from xp to linux, but I find myself still stuck in the windows world without a network or internet connection in Fedora Core 1. Can anyone help? (newbie language will be very helpful).
THANKS!
 
Old 06-27-2004, 12:01 PM   #2
Ghost_runner
Member
 
Registered: Jun 2004
Location: Kansas City, MO
Distribution: Fedora (LXQT)
Posts: 276

Rep: Reputation: 30
Let the computer boot up, then open a terminal screen, pop in your pcmcia card, let the computer beep at you telling you it errored, then type dmesg, you should see a few lines at the end that say unknown card in slot X and hopefully it gives a manufid number like 0x004 or something. then use vi to edit your /etc/pcmcia/config file and add your card in there, using the same format as all the other cards. The tough thing to find out is what chipset to bind it to, like orinoco or smb or whatever. I hope someone else has that card and can tell you what chipset it has.
 
Old 06-27-2004, 05:51 PM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Linux doesn't recognize may wireless cards from the get-go due to the fact that wireless chipset manufacturers are a bunch of <RADIO EDIT> and won't write linux drivers or release enough info for someone else to write one. However, there are ways to get your wireless card working if your lucky. Open up a console and enter lspci. One of the devices listed should be your wireless card and it will probably show the chipset being used. If you don't understand what you are looking at, post the output of lspci and we'll give you a hand.

I know Dell has a fondness for Broadcom chipsets, and if that is the case then ndiswrapper or linuxant may do the trick.
 
Old 06-28-2004, 03:41 AM   #4
jevv05
LQ Newbie
 
Registered: Jun 2004
Posts: 1

Rep: Reputation: 0
i am trying to set up my dell to work with knoppix std. I want it to recognize my wireless card which is the dell 1450.

02:03.0 Network Controller: Broadcom Corporation: Unknown device 4324 (rev 03)


so how do I get this to work on my machine exactly?
 
Old 06-28-2004, 07:37 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
You probably want to try ndiswrapper or linuxant . Either one of these provide a way for linux to use the windows drivers. This site claims that the 1450 is compatible with ndiswrapper.
 
Old 06-28-2004, 01:03 PM   #6
pitts68
LQ Newbie
 
Registered: Jun 2004
Location: Chico, CA
Distribution: Fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
"console" = terminal? If so, I typed "lspci" and it was an unrecognised command. Also, how do I change to root user when in terminal...sorry for the lack of basic knowledge. I wasn't kidding when I said I was a NOOB (god i hate people like me...) Thanks for your help so far.
 
Old 06-29-2004, 02:51 PM   #7
pitts68
LQ Newbie
 
Registered: Jun 2004
Location: Chico, CA
Distribution: Fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
20 freakin hours later, I'm not so new any more. Got it figured out with ndiswrapper. thanks for the help Hangdog. hasta.
 
Old 10-08-2004, 10:56 AM   #8
shinobi59
Member
 
Registered: Oct 2004
Location: Dimension X
Distribution: All
Posts: 60

Rep: Reputation: 15
Hello,

I am having the same issue.

1) I downloaded the ndiswrapper and installed it.
2) I downloaded and installed ndiswrapper.
3) I ran the ndiswrapper against the CD that came with my system titled DRIVERS AND UTILITIES

# find /mnt/cdrom -name *.inf
/mnt/cdrom/files/r58028/a01/bcmsmwdm.inf
/mnt/cdrom/files/r66674/a02/bcmsmwdm.inf

# ls -l /mnt/cdrom/files/r58028/a01/bcmsmwdm.inf
r-xr-xr-x 1 root root 54644 Feb 26 2003 /mnt/cdrom/files/r58028/a01/bcmsmwdm.inf

# ls -l /mnt/cdrom/files/r66674/a02/bcmsmwdm.inf
-r-xr-xr-x 1 root root 54522 Sep 12 2003 /mnt/cdrom/files/r66674/a02/bcmsmwdm.inf

Since they were the same name and different dates I assumed that these were the same driver and picked the most recent one.

ndiswrapper -i /mnt/cdrom/files/r66674/a02/bcmsmwdm.inf

4) I ran ndiswrapper -k
# ndiswrapper -l
Installed ndis drivers:
bcmsmwdm hardware present,fuzzy

5) Loaded the module
# modprobe ndiswrapper

6) Checked the dmesg
dmesg

last line of output
ndiswrapper (load_driver:1829): Unable to prepare driver

So what's wrong? Did I use the wrong driver.

How do I get this out of the kernel and try the other driver?
 
Old 10-08-2004, 12:39 PM   #9
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Since they were the same name and different dates I assumed that these were the same driver and picked the most recent one.
That may be a mistaken assumption. What you should do is open a console and look at the output of lspci to find out what chipset you are running. From the .inf files you posted, it looks like Broadcom, but it never hurts to check. Once you know the chipset, go to the ndiswrapper supported chipset page and they should point you to the proper drivers. There can be a number of .inf files on a CD, so it is possible that the ones you've used are not the real drivers.
 
Old 10-08-2004, 12:56 PM   #10
pitts68
LQ Newbie
 
Registered: Jun 2004
Location: Chico, CA
Distribution: Fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
Thumbs down

shinobi --

just so you know, when trying to do a driver reassign in the windows environment on my dell 9100 series, the drivers that dell sent me on the disks (DRIVERS AND UTILITIES) with the comp were for a different device. The generic broadcom driver on the broadcom page is the only one that got my card workin right. so dont rely on the so called support cd from dell which supports practically nothing.
 
Old 10-08-2004, 06:30 PM   #11
shinobi59
Member
 
Registered: Oct 2004
Location: Dimension X
Distribution: All
Posts: 60

Rep: Reputation: 15
Thanks for the info, here is the output from

# lspci

Network controller: Broadcom Corporation BCM4309 802.11a/b/g (rev 03

So looks like a Broadcom.


--------------------------------------------------------------------------------------------------------------------------------
go to the ndiswrapper supported chipset page and they should point you to the proper drivers
--------------------------------------------------------------------------------------------------------------------------------

I am going to assume that you mean on Broadcoms website. If I am mistaken let me know.

Sorry about the doublepost. The previous message on this thread was so old I wondered whether my post would be seen (that was before I noticed a link to view ALL new posts).

By the way how are you making those lines around your quote. Is there some help or tutorial for this site?

Thanks Hangdog

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The generic broadcom driver on the broadcom page is the only one that got my card workin right. so dont rely on the so called support cd from dell which supports practically nothing.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks Pitt68 ...
 
Old 10-08-2004, 06:40 PM   #12
shinobi59
Member
 
Registered: Oct 2004
Location: Dimension X
Distribution: All
Posts: 60

Rep: Reputation: 15
02:03.0 Network controller: Broadcom Corporation BCM4309 802.11a/b/g (rev 03)

Ok so what does this mean. Somewhere I was getting BCM1450. Oh I remember it was from the Dell Web Site when I input my Service Tag and searched for system info on their site, however, the lspci shows BCM4309.

The Broadcom seems to not have drivers below 4401. Any Ideas as to where I can download an appropriate driver?
 
Old 10-08-2004, 09:14 PM   #13
rjcrews
Member
 
Registered: Apr 2004
Distribution: Debian
Posts: 193

Rep: Reputation: 30
hi im having the same problem as a few in here, sorta. when following some of the above steps, the output of

ndiswrapper -l
Installed ndis drivers
bcmw15 hardware not present

lspci has a line
network controller BRoadcom Corporation: unknown device 4325 (rev 02)


and modprobe ndiswrapper and then dmesg has a line
ndiswrapper: driver bcmw15.sys (Broadcom 06/13/2003, 3.20.23.0) added


any ideas what my problem is here?
 
Old 10-09-2004, 08:01 AM   #14
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Shinobi - I did mean the ndiswrapper site. They've changed it a bit recenty, however there is a list of supported cards here
and if you CTRL-F the page for 4309, you'll find several Dell cards using that chipset with links to the drivers.

rjcrews - You probably need to visit the ndiswrapper supported cards page and make sure that you have the
right Windows drivers. The error you're seeing usually happens when the Windows driver and ndiswrapper aren't
on speaking terms.
 
Old 10-11-2004, 02:29 PM   #15
zillah
Member
 
Registered: Oct 2004
Posts: 536

Rep: Reputation: 30
Wireless problem

Hi All

I have got laptop Dell Latitude D600 , with two operating system, XP SP2, and Fedora core 1 on two different partitions.

Wireless type : Dell wireless WLAN 1450 Dual Band WLAN Mini-PCI card . I tried to follow the instruction to configure it (http://www.linuxelectrons.com/articl...960&mode=print ) :

1- Downloaded the ndiswrapper-0.10.tar.gz. I beleive this is the right version for the linux that I have got!! http://sourceforge.net/projects/ndiswrapper/



2- I used: tar zxvf ndiswrapper-0.10.tar.gz ..............I lwas login as root

3- result was : ndiswrapper-0.10

4- till this stage I was fine

5- ./configure or make install- -------To compile it , gave me error message. long message the last line was: make:*** [wrapper.o] Error 1.

what should I do?

Please any help will be really appreciate it.

Thanks

Last edited by zillah; 10-11-2004 at 02:44 PM.
 
  


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
wpa_supplicant / ndiswrapper / Dell WLAN 1450 / Slackware issues theschles Linux - Wireless Networking 3 04-09-2008 10:57 AM
Ndiswrapper and Dell Wireless 1450 Dual-Band USB 2.0 Adapter bharrison4 Linux - Software 6 11-07-2005 04:18 PM
Belkin F5D6001 Wireless PCI Card problems with linux-wlan and Realtek 8180 Chipset. NLR Linux - Wireless Networking 18 03-03-2005 01:37 PM
Belkin F5D6001 Wireless PCI Card problems with linux-wlan and Realtek 8180 Chipset. NLR Linux - Hardware 1 09-02-2004 03:31 PM
searching for wlan mini-pci smee Linux - Hardware 3 10-16-2003 04:16 PM

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

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

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