LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-11-2009, 10:19 AM   #1
sirajrathore
LQ Newbie
 
Registered: Feb 2009
Posts: 6

Rep: Reputation: 0
Smile dell wireless 1350 driver installation


Hi

i am trying to install wlan driver on dabian kernel 2.6.26. (dell latitude d600 machine) i am using ndiswrapper1.54 and windows driver(R81433). But it is not working details are as follows.

commands and outputs

siraj:/home/rathore# ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4320) present (alternate driver: ssb)

this alternate driver:ssb is strange, i dont know whether it is cuase of problem how to remove it.

AND "modprobe ndiswrpper" works fine with out an error. but when i checked with ifconfig or iwconfig it does not detect wlan0 device. Any suggestion to fix this issue would be welcomed.

Regards
Siraj
 
Old 02-11-2009, 10:40 AM   #2
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
Check lsmod to see if both modules are being loaded. If so, you may need to blacklist the one you don't want. Having two drivers trying to interface with one NIC will cause problems. If there is a native linux driver, I'd suggest trying it before ndiswrapper.

It might help if you post the output of ifconfig.
 
Old 02-11-2009, 11:05 AM   #3
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
try checking modprobe.conf for alias wlan0 ndiswrapper and if it is not there then add it. then probably easier to just reboot the machine.
 
Old 02-11-2009, 05:00 PM   #4
sirajrathore
LQ Newbie
 
Registered: Feb 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pentode View Post
Check lsmod to see if both modules are being loaded. If so, you may need to blacklist the one you don't want. Having two drivers trying to interface with one NIC will cause problems. If there is a native linux driver, I'd suggest trying it before ndiswrapper.

It might help if you post the output of ifconfig.
i blacklisted ssb and i want to use ndiswrapper. But
lsmod output contains "ssb" but not ndiswrapper.

native linux drivers dont work with this hardware(dell wireless 1350). Only solution is ndiswrapper.

i am sending ifconfig output but it is not detecting wireless card at all.

siraj:/home/rathore# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:43:4b:f7:9a
inet addr:213.100.138.48 Bcast:213.100.138.63 Mask:255.255.255.224
inet6 addr: fe80::211:43ff:fe4b:f79a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:585 errors:114 dropped:0 overruns:0 frame:0
TX packets:781 errors:0 dropped:0 overruns:0 carrier:0
collisions:114 txqueuelen:1000
RX bytes:268721 (262.4 KiB) TX bytes:194879 (190.3 KiB)
Interrupt:11

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)



Regards
Siraj
 
Old 02-11-2009, 06:28 PM   #5
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
If ndiswrapper -l lists the correct driver and notes that the card is available, try modprobe ndiswrapper, then ifconfig again.

Beyond that, I'd go back to the ndiswrapper docs and start over. You should be able to see the NIC in lspci and ndiswrapper in lsmod. If you don't find these, you need to back up and figure out what the issue is.
 
Old 02-12-2009, 03:32 PM   #6
sirajrathore
LQ Newbie
 
Registered: Feb 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pentode View Post
If ndiswrapper -l lists the correct driver and notes that the card is available, try modprobe ndiswrapper, then ifconfig again.

Beyond that, I'd go back to the ndiswrapper docs and start over. You should be able to see the NIC in lspci and ndiswrapper in lsmod. If you don't find these, you need to back up and figure out what the issue is.
i tried once again. Here is the output from log file. Some error messages. it looks like that driver is not compatible with hardware. But i am using R81433(windows driver) which is supposed to be compatible with dell wireless 1350 card.

------------------------------------------

siraj:/home/rathore# tail /var/log/messages
Feb 12 22:00:56 siraj kernel: [ 1831.927355] ndiswrapper version 1.54 loaded (smp=yes, preempt=no)
Feb 12 22:00:56 siraj kernel: [ 1831.935930] ndiswrapper: driver bcmwl5 (Broadcom,06/25/2004, 3.40.73.0) loaded
Feb 12 22:00:56 siraj kernel: [ 1831.936314] ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
Feb 12 22:00:56 siraj kernel: [ 1831.940925] ndiswrapper (mp_init:219): couldn't initialize device: C0000001
Feb 12 22:00:56 siraj kernel: [ 1831.940931] ndiswrapper (pnp_start_device:435): Windows driver couldn't initialize the device (C0000001)
Feb 12 22:00:56 siraj kernel: [ 1831.940948] ndiswrapper (mp_halt:262): device dec623e0 is not initialized - not halting
Feb 12 22:00:56 siraj kernel: [ 1831.940951] ndiswrapper: device eth%d removed
Feb 12 22:00:56 siraj kernel: [ 1831.940965] ACPI: PCI interrupt for device 0000:02:03.0 disabled
Feb 12 22:00:56 siraj kernel: [ 1831.940984] ndiswrapper: probe of 0000:02:03.0 failed with error -22
Feb 12 22:00:56 siraj kernel: [ 1831.941041] usbcore: registered new interface driver ndiswrapper
---------------------------------------------

Thanks for useful feedback

Regards
Siraj
 
  


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
Dell Wireless 1350 mini-pci rev 4.5 tiki28 Linux - Hardware 1 04-14-2007 09:18 PM
Dell Wireless PCMCIA 1350 Driver rbolt168 Linux - Wireless Networking 5 08-14-2006 12:22 AM
Quick Question: Which driver file to use for Dell TrueMobile 1350 Wireless card? robert2513 Linux - Wireless Networking 3 12-24-2005 02:34 PM
Dell Wireless 1350 Card frankie_boy313 Linux - Wireless Networking 2 09-09-2005 03:31 PM
Wireless Networking in Knoppix [Dell 1350 WLAN] Tastycat Linux - Wireless Networking 0 02-14-2005 02:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:48 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