Hello there. I placed 5.0 rolling into an old Panasonic tough book made in '06 I believe. Wifi not detected. I honestly have no clue what to do. I've read other threads but I have no idea where to start. I'm a newbie and would highly appreciate step by step.

Wifi not working using 5.0 rolling on 06 Panasonic Tough book
(6 posts) (3 voices)-
Posted 5 years ago #
-
Slitaz doesn't include the firmware for most wireless adapters. The user has to identify the wifi adapter,install the package that has the correct firmware,reload the adapters kernel module.
Not newbie friendly.Posted 5 years ago # -
Hello Mojo. Saw that you have helped many people and that's cool man. The tough Book is CF-29 and the info I have is: Intel Corporation Dual Band wireless -N 7260. I'm up for a challenge with this installation. Thanks
Posted 5 years ago # -
All commands as root user.
Install the wireless adapter firmware:
tazpkg install firmware-iwlwifi-7260-20171030.tazpkg
Open 2 terminals.
Terminal 1: monitor potential kernel error on iwlwifi reload such as missing/incorrect firmware.
tail -f /var/log/messages
Terminal 2: Reload wireless adapter kernel module driver.
modprobe -r iwlwifi && modprobe iwlwifi
If kernel registers wireless interface this will output the wireless adapters alias:
ls /sys/class/net
Posted 5 years ago # -
Can I send screen shots while using your instructions? I can follow instructions well but can't make sense of the information given by terminal. Please be patient with me.
Posted 5 years ago # -
I too have a cf-29 toughbook. I usually use antix on it but do use Slitaz on the cf-28 and cf-27 toghbooks I have. I've just dug out my cf-29 and loaded Slitaz 5 rolling running from a cd. The wifi does not work on mine. However I have a usb wireless adapter and plugged that in and wifi works straight away. I realise that this doesent solve your issue but will get you going while you solve it. You need the adaptor of course which you may not have. Details:
TP-Link TL-WN321G.
I find this really useful as it seems to work with a most linux distros where the internal wifi does not work or in the case of tmy cf-27 and 28, they do not have internal wi-fi cards.
I am NOT an expert but shouldnt the command 'tazpkg install firmware-iwlwifi-7260-20171030.tazpkg' have 'get-install' to work?
Good luckPosted 5 years ago #
Reply
You must log in to post.