[linux] Re: Op zoek naar Linux driver voor USB modem 'Dynalink 128U+'

Geert Stappers stappers op stappers.nl
Do Okt 23 09:26:23 CEST 2008


Op 23-10-2008 om 01:47 schreef Bas Roufs:
> Hoi Geert

Hallo Mailinglist,

> >> ...op zoek naar naar Linux drivers voor het USB-modem 'Dynalink 128U+'
> >> (kortweg: DYN128U+). Het is de bedoeling deze te gebruiken om een oude
> >> laptop met het internet te verbinden via een minimale installatie van
> >> Xubuntu of Ubuntu......
> >
> > m.b.v.  `lsusb`  zal meer informatie over het USB-modem vinden zijn.
> 
> 'lsusb': wat bedoel je daarmee? Is dat een commando, in te geven in
> een Unix terminal na het inpluggen van het apparaatje in een USB
> ingang?

Jawel.

Het is inderdaad een commando voor in de terminal.

Eigenlijk had ik al de output van `lsusb` verwacht.



Zoals Johan Cruyf al zei: "Elk nadeel, heb zijn voordeel." Nu kan ik
in de herkansing zeggen dat buitenkant niet het belangrijkste is.
Dynalink 128U+" is niet wat de computer ziet, die ziet USB device IDs.
In kernel modules ( "device drivers" ) komen die devices ID weer terug.

$ lsusb  # zonder iets ingeplugd
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
$ lsusb  # nu wel met iets ingeplugd.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 050d:0013 Belkin Components F8T013 Bluetooth Adapter
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
$ lsusb -s 003:002  # alleen dat ene "slot"
Bus 003 Device 002: ID 050d:0013 Belkin Components F8T013 Bluetooth Adapter



Cheers
Geert Stappers



More information about the Linux mailing list