Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Wifi for Dell Inspiron Mini 10 with Stretch

Need help with peripherals or devices?
Post Reply
Message
Author
kendew
Posts: 37
Joined: 2014-10-12 19:59

Wifi for Dell Inspiron Mini 10 with Stretch

#1 Post by kendew »

Hi,
I've successfully installed Stretch on an old Dell Inspiron Mini 10 but have an issue finding a wifi driver. lspci reports a Broadcom Limited BCM4312 LP-PHY (rev 01) for which I would like to install firmware-b43-lpphy-installer. However, as far as I can see, the last Debian release to have this in its repository was Wheezy. Can I download and install a Wheezy package on Stretch? I've heard it's dangerous to install, for example, a Stretch package on Jessie, but what about older stuff? The other b43 firmware packages in the Stretch repository are not working.
When I installed Stretch, the installer told me I needed b43.ucode15.fw, b43-open/ucode15.fw, b43-open and ucode15.fw, but I don't know where to find these.
Any help appreciated to get this wifi working. Otherwise, I have a nice working, if old, computer.
Kendew

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 13 times
Been thanked: 66 times

Re: Wifi for Dell Inspiron Mini 10 with Stretch

#2 Post by dilberts_left_nut »

https://wiki.debian.org/bcm43xx
For devices with a BCM4312 LP-PHY chip (PCI ID 14E4:4315), install firmware-b43-installer:
AdrianTM wrote:There's no hacker in my grandma...

peer
Posts: 449
Joined: 2017-03-26 10:14
Has thanked: 8 times
Been thanked: 22 times

Re: Wifi for Dell Inspiron Mini 10 with Stretch

#3 Post by peer »

did you edit the sources.list??

add "contrib non-free" to lines in /etc/apt/sources.list
then sudo update
then look for the B43-package

(see: https://wiki.debian.org/SourcesList)

kendew
Posts: 37
Joined: 2014-10-12 19:59

Re: Wifi for Dell Inspiron Mini 10 with Stretch

#4 Post by kendew »

Thanks for replies.
I was given a few of these machines, and got wifi working OK with an Arch installation. Other Ubuntu based distros seemed OK out of the box, but I want Debian Stretch. Installing firmware-b43-installer didn't help.
I installed Stretch using the Expert Graphical installer, because I wanted to start with a very base installation due to the limitations of this hardware (pretty old). So I only checked Debian system tools in the installer, no DE, no printer server, etc.
From there I installed Xorg and Openbox, and finally Wicd. Wicd can't find any wireless networks, so I'm guessing something is missing.
Any help is appreciated. Particularly I wonder if there is anyone who has a working Del Inspiron Mini 10 who can advise.
Kendew

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Wifi for Dell Inspiron Mini 10 with Stretch

#5 Post by phenest »

You've installed the firmware but you probably need a driver. You could try the broadcom sta driver.

Code: Select all

apt-get install broadcom-sta-common broadcom-sta-dkms broadcom-sta-source
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Wifi for Dell Inspiron Mini 10 with Stretch

#6 Post by stevepusser »

Here's a way to find out some information: as root or with sudo, issue the terminal command

Code: Select all

modinfo b43
Among the stuff that results will be the firmware files it likes to find in /lib/firmware, so if an entry says

b43/blah-blah.fw

I'd look in /lib/firmware/b43 to make sure that the firmware was really installed there by the firmware installer.

If it was, have you told Wicd what interface to use, as is necessary? Wicd didn't automatically add available interfaces the last time I used it. I'd also then check to see if a wi-fi interface was created at boot with (as root or with sudo)

Code: Select all

ifconfig -a
MX Linux packager and developer

kendew
Posts: 37
Joined: 2014-10-12 19:59

Re: Wifi for Dell Inspiron Mini 10 with Stretch

#7 Post by kendew »

OK. I thought I'd just let everyone know what happened in case anyone else comes across this. After installing/uninstalling b43 and the proprietary wl and doing a dance with modprobe and blacklisting, I finally decided to try CLI. Using ip link and ip link set wlan0 up, then trying ping, I found there was connection. However, using wicd, still no wifi networks were reported. Investigating wicd I found in preferences among Network Interfaces, the Wireless interface was mistaken. Wicd had stuck with another wireless interface I had used for getting wifi with a USB stick and hadn't updated itself. Manually entering wlan0 fixed the whole problem.

Post Reply