sudo depmod -aThen my actual problem arises. I can see all the routers and things, but whenever I try to connect, it just does nothing, except scan for APs again.
sudo ndiswrapper -m
sudo modprobe ndiswrapper
Hello all I need a hi priority help that’s my problem: when I enter in Slitaz cooking version 10101104 live USB with the Slitaz command (normal boot) goes well and get the desktop but when I reboot my data is gone and when I boot agin and enter the command Slitaz home = sda starts well and start slim ask me for my user and password in this part runs well, but then when I log and Supposedly start X the screen is black and not see the desktop or anything, before that I go to text mode it ask me aging the user write Tux and next I write startx to start X and get a fatal error. Somebody can tell me how I can fix it? I need the persistence mode to keep recorded my files and I can not do it (My USB is fat32 its nesesary for Slitaz live USB install) Help me please
mount -o codepage=cp1251 /dev/sdb1 /mnt
And get an error in /var/log/messages:
user.warn kernel: XFS: unknown mount option [codepage]
Ok, no problem, if mount is so stupid - specify a FS type:
mount -t vfat -o codepage=cp1251 /dev/sdb1 /mnt
But error still here! Mount utility still try to mount my drive as XFS, but must try to mount as VFAT.
Moreover, -s option also doesn't working in cooking Slitaz!
So I simply can't change codepage for my fat drives - they can be mounted only with default settings.