LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Configuring Android USB tethering on CLFS with linux-libre. (https://www.linuxquestions.org/questions/linux-from-scratch-13/configuring-android-usb-tethering-on-clfs-with-linux-libre-4175442669/)

Z4kW0lf 12-23-2012 07:40 AM

Configuring Android USB tethering on CLFS with linux-libre.
 
I built my CLFS-Embedded. It boots and all works. However, now I want to configure the network. I'm using linux-libre, and the firmware for my WNA1100 is proprietary, so the only chance I have, since I do not want wired networks, is how network works in my host Parabola GNU/Linux system: tethering the net from my Galaxy S. Now, in Parabola it's just connect the phone, enable tethering, # dhcpcd usb0 and it works.
However, in CLFS, that's not possible. # udhcpc -i usb0 returns an interface does not exist error. How can I make the USB tethering work on my CLFS-Embedded system?
As a side note: could anyone suggest me a good package manager for this system?

business_kid 12-25-2012 03:49 AM

There's a whole menu on usb networking in the kernel config, including something to handle arm embedded. You probably want stuff out of that. As we don't have much detail, I can't be sure.

Z4kW0lf 12-25-2012 05:38 AM

I followed these instructions, but still it does not detect the phone.

business_kid 12-25-2012 10:53 AM

find your kernel config. If you're on a distro kernel, it's usually /boot/config-version. Run

grep USB_NET /path/tp/kernel_config and post the output in code tags (#)


All times are GMT -5. The time now is 12:50 AM.