On Fri, Dec 14, 2001 at 08:21:27AM +0000, orion orion wrote:
> # usbdevs -v > Controller /dev/usb0: > addr 1: self powered, config 1, OHCI root hub(0x0000), OPTi > (0x0000), rev 0x0100 > port 1 addr 2: power 300 mA, config 1, QuickCam Pro > (0xd001), Logitech, Inc.(0x046d), rev 0x0100 > port 2 addr 3: power 500 mA, config 1, Speed Touch USB > (0x4061), ALCATEL(0x06b9), rev 0x0000 So you have 2 ugen device : - a webcam on ugen0 - a modem on ugen1 > # modem_run -f /usr/local/libdata/mgmt.o -v 1 -m > pusb_search_open: couldn't open device /dev/ugen1: No such > file or directory > I'm sorry, I didn't find your ADSL modem! > Tips: check that you are running this program as root and > your device is seen by your OS > Linux users : check /proc/bus/usb/devices > BSD users : check your kernel configuration That means that the entries of the modem doesn't exists : you need to do cd /dev && sh MAKEDEV ugen1 (Frequent problem) > # modem_run -v 1 -m -d /dev/ugen0 - > f /usr/local/libdata/mgmt.o -v 1 -m Here you want to upload the microcode on your webcam ... no comment :) -- Francois Rogler Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe
