Posts: 521
Shay
Joined: 20 Apr 2015
#16
I will give it another shot in a couple days. Drs have me tied up for the next 2 or 3 days with appts.
Posts: 32
bedna
Joined: 30 May 2015
#17
Look at Debian Wiki
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://wiki.debian.org/wl"
linktext was:"https://wiki.debian.org/wl"
====================================
or
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://wiki.debian.org/bcm43xx"
linktext was:"https://wiki.debian.org/bcm43xx"
====================================
Posts: 6
conn.sk
Joined: 11 Jan 2016
#18
hi,

I posted the below details yesterday. Any recommendation for me?

root@mx1:/home/demo# lspci -vnn -d 14e4:
02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401 100Base-T [14e4:4401] (rev 01)
Subsystem: Dell Device [1028:8127]
Flags: bus master, fast devsel, latency 32, IRQ 11
Memory at faffe000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 2
Kernel driver in use: b44

02:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03)
Subsystem: Dell Wireless 1350 WLAN Mini-PCI Card [1028:0003]
Flags: bus master, fast devsel, latency 32, IRQ 7
Memory at faff6000 (32-bit, non-prefetchable)
Kernel driver in use: b43-pci-bridge
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#19
conn.sk wrote:hi,

I posted the below details yesterday. Any recommendation for me?

root@mx1:/home/demo# lspci -vnn -d 14e4:
02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401 100Base-T [14e4:4401] (rev 01)
Subsystem: Dell Device [1028:8127]
Flags: bus master, fast devsel, latency 32, IRQ 11
Memory at faffe000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 2
Kernel driver in use: b44

02:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03)
Subsystem: Dell Wireless 1350 WLAN Mini-PCI Card [1028:0003]
Flags: bus master, fast devsel, latency 32, IRQ 7
Memory at faff6000 (32-bit, non-prefetchable)
Kernel driver in use: b43-pci-bridge


You've already switched to the b43 driver and blacklisted wl, correct? You should be good to go now. That is the correct driver for your part. Your post will allow kmathern to correct the autodetection routine. Thanks!
Posts: 88
kmathern
Joined: 25 Aug 2012
#20
conn.sk wrote:hi,

I posted the below details yesterday. Any recommendation for me?

root@mx1:/home/demo# lspci -vnn -d 14e4:
02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401 100Base-T [14e4:4401] (rev 01)
Subsystem: Dell Device [1028:8127]
Flags: bus master, fast devsel, latency 32, IRQ 11
Memory at faffe000 (32-bit, non-prefetchable)
Capabilities: [40] Power Management version 2
Kernel driver in use: b44

02:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03)
Subsystem: Dell Wireless 1350 WLAN Mini-PCI Card [1028:0003]
Flags: bus master, fast devsel, latency 32, IRQ 7
Memory at faff6000 (32-bit, non-prefetchable)
Kernel driver in use: b43-pci-bridge

Right now the BroadcomStartup script does it's grep test on the 14e4:4401 wired device instead of the 14e4:4320 wireless device.

The change I proposed yesterday of changing the command to `lspci -vnn -d 14e4:4320` will fix it so it tests the wireless device.

For the time being you'll need to manually unblacklist the b43 driver and blacklist the wl driver, if we release a MX-15 point release at some time in the future it'll include the change I mention.
Posts: 6
conn.sk
Joined: 11 Jan 2016
#21
Thanks. I have unblacklist the b43 driver.
I just see an option to unload wl driver and not to blacklist.
Is it the same ? Because after doing that it goes to the 2nd category of"Unloaded drivers" and the 3rd category is"Blacklisted drivers".

I still feel that the browsing is slow. I have XP installed on the same machine and firefox on that runs faster, just that it keeps crashing.
Also I feel that there is a delay when I use page up/down or scroll using the mouse the screen refresh has a lag.

Not sure if I have to check for any other drivers.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#22
XP was released a few years before your laptop. MX was released about 12 years after your laptop (your laptop is from 2003). So you can't really compare how to 2 OS work on that laptop. I'd also bet that the firefox browser versions are completely different too.

Once you have got the wireless sorted, then you may want to see if you can use the proprietary nvidia driver. I'm not sure if your nvidia card is still supported. If it is, you are in luck. If it isn't then you will have to consider getting a newer, supported nvidia graphics card.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#23
Shay wrote:I will give it another shot in a couple days. Drs have me tied up for the next 2 or 3 days with appts.
shay, when you get a chance, can you post

Code: Select all

lsmod
for your system? Live is OK. I would like to see what modules are loading by default for your ethernet.
Posts: 88
kmathern
Joined: 25 Aug 2012
#24
conn.sk wrote:Thanks. I have unblacklist the b43 driver. ...
You probably need to do more than just unblacklist the b43 driver.
The BroadcomStartup script edits the /etc/modprobe.d/broadcom-sta-dkms.conf file to look like what's shown below.
In addition to unblacklisting the b43 driver it also unblacklists the bcma & ssb drivers, and it adds a blacklist entry for the wl driver.

Code: Select all

# wl module from Broadcom conflicts with the following modules:
#blacklist b43
blacklist b43legacy
blacklist b44
#blacklist bcma
blacklist brcm80211
blacklist brcmsmac
#blacklist ssb

blacklist wl
Posts: 521
Shay
Joined: 20 Apr 2015
#25
Will do the lsmod
mean while, I made a new stick, did the apt-get remove after setting up the internet, rebooted and

Image

Got a bit of a reprieve today.

I am new to linux. Off to get the lsmod
Posts: 521
Shay
Joined: 20 Apr 2015
#26

Code: Select all

$ lsmod
Module                  Size  Used by
rfcomm                 69632  4 
cfg80211              532480  0 
bnep                   20480  2 
bluetooth             499712  8 bnep,rfcomm
cpufreq_userspace      16384  0 
cpufreq_stats          16384  0 
cpufreq_powersave      16384  0 
cpufreq_conservative    16384  0 
uinput                 20480  1 
nfsd                  282624  2 
auth_rpcgss            57344  1 nfsd
oid_registry           16384  1 auth_rpcgss
nfs_acl                16384  1 nfsd
nfs                   249856  0 
lockd                  90112  2 nfs,nfsd
grace                  16384  2 nfsd,lockd
fscache                61440  1 nfs
sunrpc                327680  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
fuse                   94208  3 
lp                     20480  0 
joydev                 20480  0 
uas                    24576  0 
nvram                  16384  0 
msr                    16384  0 
iTCO_wdt               16384  0 
iTCO_vendor_support    16384  1 iTCO_wdt
ppdev                  20480  0 
dell_wmi               16384  0 
sparse_keymap          16384  1 dell_wmi
dell_laptop            20480  0 
rfkill                 24576  5 cfg80211,bluetooth,dell_laptop
dcdbas                 16384  1 dell_laptop
dell_smm_hwmon         16384  0 
coretemp               16384  0 
kvm                   495616  0 
snd_hda_codec_hdmi     49152  1 
evdev                  20480  23 
psmouse               122880  0 
serio_raw              16384  0 
snd_hda_codec_idt      57344  1 
snd_hda_codec_generic    73728  1 snd_hda_codec_idt
i2c_i801               20480  0 
sg                     32768  0 
pcmcia                 61440  0 
lpc_ich                24576  0 
mfd_core               16384  1 lpc_ich
firewire_ohci          40960  0 
firewire_core          65536  1 firewire_ohci
snd_hda_intel          36864  3 
tg3                   159744  0 
i915                 1097728  2 
yenta_socket           45056  0 
snd_hda_codec         131072  4 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_intel
crc_itu_t              16384  1 firewire_core
snd_hda_core           65536  5 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
pcmcia_rsrc            20480  1 yenta_socket
ptp                    20480  1 tg3
pcmcia_core            24576  3 pcmcia,pcmcia_rsrc,yenta_socket
pps_core               20480  1 ptp
snd_hwdep              16384  1 snd_hda_codec
libphy                 45056  1 tg3
snd_pcm               102400  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
parport_pc             28672  0 
snd_timer              32768  1 snd_pcm
snd                    86016  14 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
wmi                    20480  1 dell_wmi
drm_kms_helper        126976  1 i915
soundcore              16384  1 snd
thermal                20480  0 
parport                49152  3 lp,ppdev,parport_pc
button                 16384  1 i915
drm                   352256  4 i915,drm_kms_helper
tpm_tis                20480  0 
8250_fintek            16384  0 
tpm                    40960  1 tpm_tis
acpi_cpufreq           20480  1 
i2c_algo_bit           16384  1 i915
processor              36864  3 acpi_cpufreq
video                  36864  3 i915,dell_wmi,dell_laptop
ac                     16384  0 
thermal_sys            49152  3 video,thermal,processor
squashfs               49152  1 
loop                   28672  4 
ext4                  573440  2 
mbcache                20480  1 ext4
jbd2                  106496  1 ext4
crc16                  16384  2 ext4,bluetooth
hid_generic            16384  0 
usbhid                 49152  0 
hid                   114688  2 hid_generic,usbhid
usb_storage            69632  2 uas
sr_mod                 24576  0 
cdrom                  57344  1 sr_mod
sd_mod                 40960  4 
shpchp                 36864  0 
ehci_pci               16384  0 
uhci_hcd               45056  0 
ata_generic            16384  0 
ata_piix               36864  1 
libata                233472  2 ata_generic,ata_piix
scsi_mod              225280  6 sg,uas,usb_storage,libata,sd_mod,sr_mod
crc32c_generic         16384  0 
overlay                45056  1 
battery                16384  0 
ehci_hcd               77824  1 ehci_pci
usbcore               233472  6 uas,uhci_hcd,usb_storage,ehci_hcd,ehci_pci,usbhid
usb_common             16384  1 usbcore
Posts: 6
conn.sk
Joined: 11 Jan 2016
#27
Hi,

I found the display drivers at
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.nvidia.com/object/linux-display-ia32-173.14.31-driver.html"
linktext was:"http://www.nvidia.com/object/linux-disp ... river.html"
====================================
.
How do I install them on antix ?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#28
Use smxi to install the nvidia drivers.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://download.tuxfamily.org/antix/docs-antiX-15/FAQ/smxi.html"
linktext was:"http://download.tuxfamily.org/antix/doc ... /smxi.html"
====================================
Posts: 88
kmathern
Joined: 25 Aug 2012
#29
conn.sk wrote:Hi,

I found the display drivers at
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.nvidia.com/object/linux-display-ia32-173.14.31-driver.html"
linktext was:"http://www.nvidia.com/object/linux-disp ... river.html"
====================================
.
How do I install them on antix ?
The 173 series nvidia legacy driver won't work with MX-15/antiX-15/Debian Jessie, smxi/sgfxi won't be able to do anything about that.
Jessie based distros are using Xorg 1.16.x, the 173 series driver was only supported up to and including Xorg 1.14.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mepiscommunity.org/wiki/hardware/unsupported-nvidia-gpus#173xx%20series"
linktext was:"http://www.mepiscommunity.org/wiki/hard ... x%20series"
====================================
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#30
kmathern is right. You will have to stick with nouveau or buy a newer nvidia card.