Page 3 of 3

Re: Dell Latitude D400 - no network connections

Posted: 02 Dec 2014, 22:59
by fanthom
please show me the output of:

Code: Select all

cat /etc/modprobe.d/broadcom_blacklist.conf
thanks

Re: Dell Latitude D400 - no network connections

Posted: 02 Dec 2014, 23:48
by Ed_P
Interesting. Image Image

Code: Select all

guest@porteus:~$ cat /etc/modprobe.d/broadcom_blacklist.conf
# Default driver for supporting broadcom wifi chipsets is proprietary broadcom-sta (wl.ko).
# Please refer to 'Broadcom wifi under Porteus' HOWTO
# in case when you want to use the opensource drivers (b43/brcmsmac):
# http://forum.porteus.org/viewtopic.php?f=39&t=1099
#
# Blacklist opensource drivers they wont interfere with wl.ko:

blacklist ssb
blacklist bcma
blacklist b43
blacklist brcmsmac
blacklist wl
guest@porteus:~$ 

Re: Dell Latitude D400 - no network connections

Posted: 03 Dec 2014, 07:18
by fanthom
you did not understand or follow the instructions included in the HOWTO. in your case you have all drivers blacklisted. please read this part once again:
The only thing which must be done is to blacklist 'wl' driver (our broadcom-sta) and unblacklist the rest.
Please create a file (plain text) at /mnt/sdXY/porteus/rootcopy/etc/modprobe.d/broadcom_blacklist.conf with following content:

Code: Select all

blacklist wl
This file will override the original one from 000-kernel.xzm and the b43 or brcm* driver will take priority over 'wl'.

Re: Dell Latitude D400 - no network connections

Posted: 03 Dec 2014, 16:52
by Ed_P
fanthom wrote:
and unblacklist the rest.


crap :o Sorry. :sorry:

But still a no go.

http://pastebin.com/EgfA7JEZ

Code: Select all

guest@porteus:~$ cat /etc/modprobe.d/broadcom_blacklist.conf
blacklist wl

guest@porteus:~$ ./bootmode.sh
/mnt/sda3
Porteus-v3.0.1
quiet from=/ISOs/Porteus-RazorQT-v3.0.1-i486.iso rootcopy=/porteus/Rootcopy changes=EXIT:/porteus/changes/porteussave.dat extramod=/porteus/Modules volume=40 

guest@porteus:~$ psinfo
Please enter root's password below
Password: 

All gathered information are stored in /home/guest/Desktop/psinfo.txt
If you want the Team Porteus to trouble shooting a problem then please upload
this file to pastebin.com and post a link in our forums.
guest@porteus:~$ 

Re: Dell Latitude D400 - no network connections

Posted: 03 Dec 2014, 17:19
by fanthom
if you have read full HOWTO then you would find this part:
By default Porteus ships only with open-source firmware for b43 driver which supports limited number of chipsets. You can still extract non-free firmware for b43 driver with the help of b43-fwcutter as described in this HOWTO:
link
tip: you have to extract b43-legacy firmware.

Re: Dell Latitude D400 - no network connections

Posted: 04 Dec 2014, 06:46
by fanthom
its BCM4306 with pciid [14e4:4320] (rev 02) so according to this table:
http://wireless.kernel.org/en/users/Dri ... ed_devices

it should be supported by b43-legacy driver. seems that rev 03 uses b43 (not legacy) version:
http://forum.porteus.org/viewtopic.php? ... 24&#p12223