You are not logged in.
Hi. First of all Slitaz is fantastic. I have only one problem with it: I can`t use my integrated wifi. I have an Intel Centrino Advanced-N 6200 AGN wifi card. How I can make it to work under Slitaz? Can somebody help me to integrate into Slitaz live-CD? Thank you!
Offline
Firmware for the wifi card is not on the live cd.
To identify the correct firmware check /var/log/messages or follow the directions below to generate the error message.
Open 2 terminals.
Terminal 1
type
[c]tail -f /var/log/messages[/c]
hit Enter
Terminal 2
su , password: root
[c]modprobe -r iwlwifi && modprobe iwlwifi[/c]
hit Enter
Find firmware load error to get firmware file name in Terminal 1.
Search for File here http://pkgs.slitaz.org/ for the tazpackage which owns the file.
Download/install the firmware tazpkg.
Reload iwlwifi:
[c]modprobe -r iwlwifi && modprobe iwlwifi[/c]
Check /var/log/messages to verify no firmware loading error.
Restart network:
[c]/etc/init.d/network.sh restart[/c]
Offline
Thank you for your fast reply.
Here is tail -f /var/log/messages output: http://pastebin.com/TAZQn89g
If I am correct I will need iwlwifi-6000-4.ucode but i was unable to find trough package search.
Offline
Go here: http://pkgs.slitaz.org/search.sh?file=iwlwifi-6000-4.ucode
Download: http://mirror.slitaz.org/packages/cooking/firmware-iwlwifi-6000-20141201.tazpkg
As root: [c]tazpkg install firmware-iwlwifi-6000-20141201.tazpkg[/c]
You will need to configure /etc/network.conf for your wifi interface.
Output network interface alias:
[c]ls /sys/class/net[/c]
Restart network.
Slitaz can only bring up 1 interface at a time.
Offline
Great! It works! I would like to integrate the "firmware-iwlwifi-6000-20141201.tazpkg" and my custom network.conf file into my system to create a working live cd from it. How can I accomplish that? There is an easy way to do that?
I would like to create a live CD which work out of the box: boot from the cd-rom and the only thing which I need to do to select my wlan Acces Point.
Offline
You can save currently running system (after installing package and modyfing .conf files) to custom iso (somewhere in /home/slitaz) by Applications - System Tools - Create LiveCD - Write Iso.
Or this command
# tazlito writeiso lzma
Ensure you have cd mounted in /media/cdrom before launch.
Offline
Thank you! I will try that!
Offline
I made the iso, burned to a CD. When trying to boot from it, it gives me a kernel panic (see the attachment) I have only one rootfs.gz intstead of 4. This should be a problem?
[attachment=37034,1879]
Offline
Nobody can`t help to me?
Offline
http://forum.slitaz.org/search.php?q=kernel+panic
Seems you are using old RC2 iso with single rootfs.gz bug.
Use rolling (weekly from mainpage)
Offline
@ outwork69: "When trying to boot from it, it gives me a kernel panic ..."
I have the same problem with tazlito generated ISOs made from the latest rolling releases. 3 days ago I posted a short report about this, hoping others would join in with their test results and maybe suggestions for solutions. But, as so often, this sort of feedback seems to go completely unnoticed here.
The problem itself existed already in early 2014, was then solved in June 2014 and re-introduced sometime later, which is why tazlito generated ISOs still get stuck with a kernel panic.
Offline
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]