15
« : 19.08.11 - klo:17.49 »
Nokia CS-17 aiheuttaa taas ongelmia. Viestiketjuissa aihetta on käsitelty ennekin mutta mulla ei vaan toimi.
Komennolla eject /dev/sr1[code] toinen läppärini (Toshiba L450D-144) löytää tikun ja alkaa toimia, mutta toinen läppäri (HP 530) jumiutuu niin että se pitää käynnistää virtakytkimestä.
Luulisin että ratkaisu voisi löytyä Nokian omasta yhteysohjelmasta, mutta sitä ei löydy tikusta. Linkistä [url=http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=512&sid=65529dc6f6d6fb73eae24a553d1b7834]http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=512&sid=65529dc6f6d6fb73eae24a553d1b7834[/url] löytyi kiinnostava ohje, mutta en osaa.
[quote]jf
Posted: Wed Oct 06, 2010 8:39 pm Reply with quote
Joined: 06 Oct 2010 Posts: 1 Location: Finland
Hi,
I have a Nokia CS-17 stick, which I got working using the following config file /etc/usb_modeswitch.d/0421:0622:
Code:
########################################################
# Nokia CS-17
DefaultVendor= 0x0421
DefaultProduct=0x0622
TargetVendor= 0x0421
TargetProduct= 0x0623
CheckSuccess=20
MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
and by adding an udev rule:
Code:
# Nokia CS-17
ATTRS{idVendor}=="0421", ATTRS{idProduct}=="0622", RUN+="usb_modeswitch '%b/%k'"
to the /lib/udev/rules.d/40-usb_modeswitch.rules file.
I didn't use any USB sniffer but just tried the config file modified from the CS-15 config and it worked so I assume that the MessageContent line above is correct.
Back to top View user's profile Send private message
Josh
Posted: Thu Oct 07, 2010 7:07 am Reply with quote
Site Admin Joined: 02 Nov 2007 Posts: 1955
Thanks a lot for the new device!
Care to give your name per PM? Then I'll add you as the contributor.[/quote]
Miten tehdään tuo config file?
Korjataanko udev.rule komennolla [code] copy con: /lib/udev/rules.d/40-usb_modeswitch.rules file
ja kopioimalla yllä oleva pätkä sinne?
Puuttuukohan (vai enkö vain löydä sitä) selkeä opas, jossa näitä tavallisimpia komentorivijuttuja selitettäisiin alottelijan tasolta lähtien?[/code][/code]