DELL 1350 WLAN Working

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

DELL 1350 WLAN Working

Post by grimdestripador »

I first posed this as a help request, but have since fixed it. So I just edited it to be helpfull for people with my problem. The following will also work with Ubuntu Edgy.

It probally breaks the mintWIFI installation since ndiswrapper is a dependency.
I'll check into this,

I have a Dell Laptop with a Dell Wireless 802.11 b/g PCmcia Card
It is a Dell Wireless 1350 WLAN, Model WL-611GW and uses the BCM43XX chipset.

Background:
First by wireless driver is supported by the kernel. The problem is that Dell decided to make their PCMCIA wireless card use the bcm43xx chipset but also included some other stuff in there to make it non standard.

Uninstall and prepare for compiling

Code: Select all

sudo rmmod ndiswrapper
sudo apt-get update
sudo apt-get remove ndiswrapper-utils
sudo apt-get install build-essential
sudo apt-get install linux-headers-'uname -r'
Fix the bad kernel driver

Code: Select all

sudo echo "blacklist bcm43xx" >> /etc/modprobe.d/blacklist
cat /etc/modprobe.d/blacklist
verify that it is blacklisted & Reboot

#Download ndiswrapper from souceforge and the driver from Dell

Code: Select all

wget http://easynews.dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-1.37.tar.gz
tar -xzvf ndiswrapper-1.37.tar.gz

wget http://ftp.us.dell.com/network/R140747.EXE
unzip -a R140747.EXE
cd ~/ndiswrapper-1.37
Do the following many times, and manually "sudo rm -R" the directory's that list

Code: Select all

sudo make uninstall
Install

Code: Select all

sudo make
sudo make install
Goto the extracted Dell driver and Assign it to ndiswrapper

Code: Select all

cd /DRIVER
sudo ndiswrapper -i bcmwl5.inf
sudo ndiswrapper -l
sudo ndiswrapper -m
sudo modprobe ndiswrapper
and if it works, you should see blinking lights

Code: Select all

sudo iwlist scanning
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
matrixebiz

Re: DELL 1350 WLAN Working

Post by matrixebiz »

This worked for my Dell Latitude D630;

Start terminal


sudo apt-get update
sudo apt-get install firmware-b43-installer
sudo apt-get remove bcmwl-kernel-source


Reboot laptop
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

Re: DELL 1350 WLAN Working

Post by grimdestripador »

Whoa, back from the dead. Original Post was, Thu Feb 22, 2007 9:03 pm. and for Linux Mint Edgy. I'm guessing yours is for Linux Mint Maya?
matrixebiz

Re: DELL 1350 WLAN Working

Post by matrixebiz »

:) whoa, didn't realize but I came upon this post searching for a solution so I guess it's better to have the updated solution :)
bmike1
Level 6
Level 6
Posts: 1067
Joined: Mon Nov 28, 2011 1:13 am

Re: DELL 1350 WLAN Working

Post by bmike1 »

a friend has a dell inspiron 1000 and I put Mint 17.1 on it. It doesn't have wifi built inso I need to get he a wireless card. What kind of card should I get? I'm thinking of this one:http://www.ebay.com/itm/dell-inspiron-1 ... ] this one. And then I just need to follow the instructions above?
Merry day-after-Christmas!
:)~Mikey~(:
bmike1
Level 6
Level 6
Posts: 1067
Joined: Mon Nov 28, 2011 1:13 am

Re: DELL 1350 WLAN Working

Post by bmike1 »

darn..... the auction ended. back to the drawingboard. well I got this one: http://www.ebay.com/itm/Mini-USB-2-0-Do ... 3a849a1d57
:)~Mikey~(:
Locked

Return to “Networking”