Greetings..

Meanwhile, please try the workaround suggested by hitmansoft here
http://www.motorolafans.com/forums/showthread.php?t=12984

Same steps below:


1. Install kernel sources

Code:

sudo apt-get install linux-source

2. Extract the archive (x.x.x is your version of kernel)

Code:

tar xf /usr/src/linux-source-x.x.x.tar.bz2

3. Configure the kernel
Code:

cd linux-source-x.x.x

make gconfig

The configuration window should open.

4. Select "device drivers->network device support->USB network adapters
->Multi-purpose USB Networking Framework->Sharp Zaurus (stock ROMs) and
compatible" and set the value to 'M' (by double-clicking)

5. Save and exit

6. Compile the module

Code:

make drivers/net/usb/zaurus.ko

7. Install the driver

Code:

sudo cp drivers/net/usb/zaurus.ko /lib/modules/<your kernel
version>/kernel/drivers/net/usb/

sudo depmod -a

8. Load the module

Code:

modprobe zaurus

You may have to switch to USBNET mode and check..

-- 
usbnet no longer working
https://bugs.launchpad.net/bugs/162003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to