use wifi adapter in chroot?

MeMario

Reputable
Dec 13, 2014
1
0
4,510
Hello forum!
A few days ago I installed debian on my smartphone in a chroot environment.
Now I'm trying to get my external USB adapter to work.
It is a RTL8187B chipset.
lsusb shows the device but ifconfig doesn't.
Can anyone help me with this?
 
Standard procedure for chroot a gnu/debian system. Dont know how applicable it is to smart phone. Mount these file systems:
# cd /mnt/debian
# mount -t proc proc proc/
# mount --rbind /sys sys/

For networking copy DNS stuff:
# cp /etc/resolv.conf etc/resolv.conf

Change root:
# chroot /mnt/debian /bin/bash