This is a discussion on USB umodem (and support files) modifications within the lucky.openbsd.tech forums, part of the OpenBSD category; --> In trying to get gnokii to interface with a nokia phone I have using the CA-42 cable, I had ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In trying to get gnokii to interface with a nokia phone I have using the CA-42 cable, I had to edit a few files and such to get the device detected and working under OpenBSD. After some googling and hacking, I have come up with the following: umodem0 at uhub0 port 1 configuration 1 interface 0 umodem0: Nokia CA-42 USB dongle, rev 1.10/1.00, addr 2, iclass 2/2 umodem0: data interface 1, has no CM over data, has break umodem0: status change notification available ucom0 at umodem0 And in my /etc/gnokiirc: [global] port = /dev/cuaU0 model = 6100 initlength = default connection = serial use_locking = no Issuing a gnokii --monitor works great. Here is the URL to the patches (based on 3.7-current source as of today) http://lysergik.com/~tony/openbsd/usb/ The umodem patch came from the following patch: http://mail-index.netbsd.org/netbsd-...3/21/0003.html The usbdi* stuff came from NetBSD source. Thanks! -- Tony Lambiris [ tony@kozoru.com ] "so if it is really hard for you then perhaps you are just retarded and need treatment w/ electricity and if that does not help then perhaps should not use computers..." |