Quote:
Originally Posted by NiLuJe
@CH23: Do you have shell access over WiFi?
If yes, we might be able to painlessly figure out the USBNet thing with this.
Basically, unpack it somewhere, and run
Code:
./busybox depmod -n | ./depmod_process.sh | sort
The output should help us figure out how to handle USBNet properly  .
|
An example how to run this from the webinterface:
Code:
cd /mnt/onboard/.adds/NiLuJe; ./busybox depmod -n | ./depmod_process.sh | sort
Note:For this example I copied busybox and depmod_process.sh to .adds of the user partition.