http://qa.mandrakesoft.com/show_bug.cgi?id=5500





------- Additional Comments From [EMAIL PROTECTED]  2003-10-09 23:38 -------
1) do not use the usbdnet driver. It is *very* buggy and can even crash your
machine. Current kernels contain much better usbnet (without the 'd') driver,
which works well for 5000D, 5500 and C700 Zaurus. 

2) please, consider adding also Zaurus C760 (needs a small patch to the usbnet
driver to recognize the different USB ID, which I sent to Juan already). 

It needs this line for hotplug : 

usbnet 0x0003 0x04dd 0x9031 0x0000 0x0000 0x02 0x00 0x00 0xff 0x01 0x00
0x00000000

And the rest is the same. 

Regards, 

Jan

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Please add Zaurus 5500 support. It can be recognised in hotplug for use with
qtopiadesktop.
Just add it to hotplug map. The instructions have been sent by bluegreenone on
Mandrakeclub :
http://www.mandrakeclub.com/modules.php?op=modload&name=Splatt_Forum&file=viewtopic&topic=8225&forum=10&post_id=25952

1) Add this line to the end of /etc/hotplug/usb.handmap :
Code:

  usbdnet 0x0003 0x04dd 0x8004 0x0000 0x0000 0x02 0x00 0x00 0xff 0x01 0x00
0x00000000

(if last line in file make sure to add a linefeed at the end)

2) Add a script called /etc/hotplug/usb/usbdnet (this forum malfunctions when i
try to format this using CODE like I did above.)

#! /bin/bash
typeset -i num
num=`ifconfig | grep usb0 | wc -l`
if [ $num -eq 0 ] ; then
ifconfig usb0 192.168.129.1 netmask 255.255.255.255 up
route add -host 192.168.129.201 usb0
fi

3) Then setup shorewall to both allow the zaurus to talk to the PC and to have
it do connection sharing so the zaurus can get to the Internet. Check out the
two interface example of shorewall here.
This assumes that you have one regular ethernet card and then the zaurus (usb0)
as the second interface.

4) Set zaurus usbd networking to
IP: 192.168.129.201
Subnet mask: 255.255.255.0
Gateway: 192.168.129.1
DNS: use your own

Reply via email to