LinuxQuestions.org
Review your favorite Linux distribution.
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 07-15-2006, 10:01 AM   #1
will103
Member
 
Registered: Mar 2004
Location: Scotland
Distribution: Ubuntu
Posts: 72

Rep: Reputation: 15
Unable to configure dell wireless 1370


Hi, I am having some problems with getting my wireless card to work.

I am using the following card: dell wireless 1370 WLAN Mini-PCI Card

on a Dell Inspiron 1300 running Ubuntu Dapper Drake.

I transfered the windows drivers (Broadcom chipset) to Linux, installed ndiswrapper and then tried to set up the card. Here is my shell output from the installation process:-

sudo /usr/sbin/ndiswrapper -i /usr/local/wlan_1370/DRIVER/bcmwl5.inf
bcmwl5 is already installed. Use -e to remove it

root:~# /usr/sbin/ndiswrapper -l
Installed ndis drivers:
bcmwl5 driver present, hardware present

root:~# /usr/sbin/ndiswrapper -m
modprobe config already contains alias directive

root:~# /sbin/depmod -a
root:~# modprobe ndiswrapper
root:~# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11b/g ESSID:"default" Nickname:"Broadcom 4318"
Mode:Managed Access Point: Invalid Bit Rate=1 Mb/s
RTS thrff Fragment thrff
Encryption key:BA00-3000-00 Security modepen
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

sit0 no wireless extensions.

root:~# dmesg | grep ndiswrapper
[17179594.580000] ndiswrapper version 1.8 loaded (preempt=yes,smp=no)
root:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:22:A0:F4:F5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:217

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:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:372 (372.0 b) TX bytes:372 (372.0 b)

root:~# modprobe ndiswrapper
root:~# ndiswrapper -m
modprobe config already contains alias directive

When I try to activate the card and connect I get the following error:

SIOCGIFFLAGS error: No such device

Any help would be great. Thankyou in advance.

Will103
 
Old 07-17-2006, 03:00 AM   #2
The_Outlander
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Slackware 12.1
Posts: 235

Rep: Reputation: 30
Do you have the relevant firmware installed for the version of ndiswrapper that you are using.
 
Old 07-23-2006, 02:28 AM   #3
will103
Member
 
Registered: Mar 2004
Location: Scotland
Distribution: Ubuntu
Posts: 72

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by chesh
Do you have the relevant firmware installed for the version of ndiswrapper that you are using.
Hi, I have no idea - so its likely that that may be part (or all) of the problem. I will have another search around on the forums.

Thanks for the advice.

will103
 
Old 07-23-2006, 06:29 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
You seem to have a functional wireless card on eth1, is that not the one you're trying to use?

Quote:
When I try to activate the card and connect I get the following error:
Could you be a bit more specific about the commands you're using here? Also, what kernel are you using? If it is one of the newer kernels, there is a chance that the native linux Broadcom driver, bcm43xx, is being used. Have a look at the output of lsmod to see. If it is there you need to choose either that or ndiswrapper since they will conflict with each other.
 
Old 07-23-2006, 07:19 PM   #5
The_Outlander
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Slackware 12.1
Posts: 235

Rep: Reputation: 30
Hi,
Some time ago I was using the ipw2200 linux driver which definately requires firmware and confused the two.
Specific firmware is not required for ndiswrapper. I do apologise.
I did install ndiswrapper for a friend over the weekend - a broadcom chipset.
Your iwconfig confirms that ndiswrapper is working correctly and that your card is alive.
Keeping in mind the post from hangdog42, you only need to assign an IP address and a gateway, if required, or do;
dhcpcd wlan0 to assign dhcp.
You can prevent conflicting kernel modules from loading in your init scripts, or blacklist them. Otherwise, unset them in your kernel config and recompile.
Slackware is easy in this respect, but I don't have a lot of experience with Debian. Someone else could help you there.

Last edited by The_Outlander; 07-23-2006 at 07:35 PM.
 
Old 07-27-2006, 05:16 PM   #6
will103
Member
 
Registered: Mar 2004
Location: Scotland
Distribution: Ubuntu
Posts: 72

Original Poster
Rep: Reputation: 15
Hi thanks for you replies, and sorry for not replying sooner. Unfortunately I have somehow managed to lose the ethernet connection as well now (Eth0). I am not sure what I have done but I am going to have to reconfigure the networking completely.


Thanks, will103
 
Old 08-01-2006, 12:10 PM   #7
ultimatenoob
Member
 
Registered: May 2005
Location: Bellingham, WA
Distribution: Suse 10.2
Posts: 77

Rep: Reputation: 15
For what its worth, I was troubleshooting with a friend yesterday, and when he made some changes, and restarted his X server, his eth0 went down. He said it happens every now and again, and he got it working again right away by doing " ifup eth1 " because he said, it switches back and forth between eth0 and eth1, he does not know why -- but he is in Debian testing, if that makes a difference..

Good luck!
 
Old 08-01-2006, 05:24 PM   #8
will103
Member
 
Registered: Mar 2004
Location: Scotland
Distribution: Ubuntu
Posts: 72

Original Poster
Rep: Reputation: 15
Hi everyone,

An update - I looked around the forums again (here and at Ubuntu) and found a shell script that one of the Ubuntu crowd had prepared. It basically automates the process of installing and configuring ndiswrapper. This still didn't work for me but the author provided a short troubleshooting section and I tried out his suggestions.

In the terminal I entered "dhclient" as root, and I suddenly had a connection. I can't believe how long it has taken me to figure this out. My own fault for not taking the time to research it properly.

Thanks for all of your suggestions.

Will103
 
Old 10-14-2006, 07:06 PM   #9
Zkriz
LQ Newbie
 
Registered: Oct 2006
Location: US
Distribution: Ubuntu 6.06.1
Posts: 10

Rep: Reputation: 0
Could you get me the information where you got this shell script and troubleshooting information? I could also use this as I am having the same problems getting my Dell wireless 1370 card working.
 
  


Reply

Tags
ndiswrapper


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
need help setting up my dell 1370 wireless card....with ndiswrapper carspidey Linux - Wireless Networking 11 10-01-2007 04:30 PM
dell 1370 wireless lan card driver with Debian ericyinzhao Linux - Hardware 5 04-30-2006 12:50 AM
Wireless won't work after reboot w/ Mepis& integrated Dell Wireless 1370 WLAN MiniPCI longboarder543 Linux - Wireless Networking 1 03-01-2006 06:14 PM
Dell Wireless Lan 1370 - No connection max_power83 Linux - Wireless Networking 3 01-11-2006 11:33 PM
How do I enable dell 1370 WLAN Mini-PCI on Slackware 10.2? Rudy Linux - Wireless Networking 5 12-10-2005 12:48 PM

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

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