trekstore wrote 1 year ago reply Hallo together,
my problem is the W Lan does not work on my machine.
My machine is an THINKPAD T410s from LENOVO, everything is doing well just the most imported thing for me the W Lan is not working. Has anybody a idea which driver i need and how to put them in the tar file?
Big THx Bill Gayds wrote 1 year ago reply hi,
please post the output of:
ls -d /sys/class/net/*/wireless | grep wireless | cut -d "/" -f 5
bye,
Bill trekstore wrote 1 year ago reply hi bill,
here the output.
cannot access /sys/class/net/*/wireless: No such file or directory burninbush wrote 1 year ago reply @ trekstore ... output from
#lspci
(looking for the wireless hardware item -- don't need the whole output) trekstore wrote 1 year ago reply @ burninbush,
sorry i don`t understand what you mean? forum wrote 1 year ago reply Open a consele window (click on the little black "tv-screen" kind of icon in the taskbar below)
and type
lspci
paste the output from that command over here trekstore wrote 1 year ago reply here the result,
thank`s for the support.
root@slax:~# lspci
00:00.0 Host bridge: Intel Corporation Unknown device 0044 (rev 02)
00:01.0 PCI bridge: Intel Corporation Unknown device 0045 (rev 02)
00:16.0 Communication controller: Intel Corporation Ibex Peak HECI Controller (rev 06)
00:16.3 Serial controller: Intel Corporation Ibex Peak KT Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation Unknown device 10ea (rev 06)
00:1a.0 USB Controller: Intel Corporation Ibex Peak USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation Unknown device 3b57 (rev 06)
00:1c.0 PCI bridge: Intel Corporation Ibex Peak PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation Ibex Peak PCI Express Root Port 2 (rev 06)
00:1c.4 PCI bridge: Intel Corporation Ibex Peak PCI Express Root Port 5 (rev 06)
00:1d.0 USB Controller: Intel Corporation Ibex Peak USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Ibex Peak LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation Ibex Peak 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation Ibex Peak SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation Ibex Peak Thermal Subsystem (rev 06)
01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0a6c (rev a2)
01:00.1 Audio device: nVidia Corporation Unknown device 0be3 (rev a1)
03:00.0 Network controller: Intel Corporation Unknown device 4239 (rev 35)
05:00.0 SD Host controller: Ricoh Co Ltd Unknown device e822 (rev 01)
ff:00.0 Host bridge: Intel Corporation Unknown device 2c62 (rev 02)
ff:00.1 Host bridge: Intel Corporation Unknown device 2d01 (rev 02)
ff:02.0 Host bridge: Intel Corporation Unknown device 2d10 (rev 02)
ff:02.1 Host bridge: Intel Corporation Unknown device 2d11 (rev 02)
ff:02.2 Host bridge: Intel Corporation Unknown device 2d12 (rev 02)
ff:02.3 Host bridge: Intel Corporation Unknown device 2d13 (rev 02)
root@slax:~# burninbush wrote 1 year ago reply @ Trekstore ... I suspect the problem is going to be that 'network controller ... unknown' device.
I wonder, you probably boot windows on that machine? Any better name for the wifi device available from win device manager?
Hopefully someone else will be able to run with this, but it has gone out of my range of helpfulness.
Oh ... might be useful to download a fresh version of Porteus -- has drivers that were not available when slax was compiled. forum wrote 1 year ago reply In case you want to keep on using slax, and are in for some FAQ reading etc.
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=17045&lang=eng
A linux driver 4 your wireless should be available over there.
- make sure to:
-- make backup of your changes directory or savechanges.dat file
-- make sure to use "save changes"..
or you can try an existing wireless card driver from:
http://www.slax.org/modules.php
good luck with it. jayflood wrote 1 year ago reply Man you have a lot of unknown devices. I suggest you update your pci.ids file and run lspci again.
wget http://pciids.sourceforge.net/v2.2/pci.ids.bz2
gunzip pci.ids.gz
mv /usr/share/pci.ids /usr/share/pci.ids.bak
cp pci.ids /usr/share
Also some useful info here:
http://www.slax.org/forum.php?action=view&parentID=61695 jayflood wrote 1 year ago reply sorry, change the above line:
gunzip pci.ids.gz
to
tar xvjf pci.ids.bz2