> You do NOT need PPP, but you do need a fairly recent kernel (>= 2.6.27 at > least, not sure of the details). You need at least CONFIG_USB_RNDIS_WLAN as > m or y. With udev and 'm' things work mostly automatically on the linux > side. On the phone you enable advanced networking (or else you will see the > phone as ttyUSB? and you will need ppp).
This is done, no prob. > Then you plug in and run "dmesg -c" > until things quiet down. You should see a new eth? interface. Enable > internet sharing on the phone, and you should see in "dmesg -c" that your > new ethernet interface disappears and reappears. If it does not reappear > your kernel is too old. doing `ifconfig -a` only shows the interfaces that were there before, no changes here. the dmesg output contain USB debug info, but nothing about interfaces or networking. I believe I'm missing another kernel config somewhere? Btw, this is with 2.6.29.1... Thanks!

