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





------- Additional Comments From [EMAIL PROTECTED]  2003-11-09 00:54 -------
Actually it is (at least on my machine), at least for 5500 Zaurus. C760 still
needs the patch. 

I am not sure, how exactly hotplug works (is there some documentation ??), the
line in usb.handmap should allow hotplug to recognize the device and load the
proper driver. 

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: NEW
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