I have a working Funtoo system (thanks to nrc and sputnik). Unfortunately my usb wireless card was not recognized. ifconfig shows only the lo interface.
Now I would like to install the wireless driver from a working Kubuntu system.
When I 'chroot' into Funtoo, will the wireless connection remain alive?
I tried this but I get an error at the chroot command:
Question
benzolius
Hi,
I have a working Funtoo system (thanks to nrc and sputnik). Unfortunately my usb wireless card was not recognized. ifconfig shows only the lo interface.
Now I would like to install the wireless driver from a working Kubuntu system.
When I 'chroot' into Funtoo, will the wireless connection remain alive?
I tried this but I get an error at the chroot command:
mount /dev/sda2 /mnt/funtoo
mount /dev/sdb2 /mnt/funtoo/home
cd /mnt/funtoo
mount -t proc none proc
mount --rbind /sys sys
mount --rbind /dev dev
env -i HOME=/root TERM=$TERM chroot . bash -l
env: chroot: No such file or directory
Any idea?
Thanks
Link to comment
Share on other sites
21 answers to this question
Recommended Posts