Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Hardware => Téma založeno: Drum7 18 Září 2010, 19:37:23

Název: Pripojenie cez modem Nokia CS-15 [vyřešeno]
Přispěvatel: Drum7 18 Září 2010, 19:37:23
Zdravim,kto mi poradi ako instalovat Nokiu CS-15 do Ubuntu 10.04.
Dakujem
Název: Re: Pripojenie cez modem Nokia CS-15
Přispěvatel: Drum7 20 Září 2010, 11:47:24
este ze viete viac presuvat temy ako poradit.ale uz som si pomohla sama a viem,ze tu sa s niecim obratit,to ako kamen do studne hodit.Majte sa
Název: Re: Pripojenie cez modem Nokia CS-15
Přispěvatel: Martin Kiklhorn 20 Září 2010, 16:44:49
No hlavně že jste se o své řešení podělila s ostatními.
Nokia má na svých stránkách drivery vč. deb balíčků a návodu. Je to výrobce takže předpokládám že by měly fungovat - http://mea.nokia.com/support/product-support/internet-stick-cs-15/software
Název: Re: Pripojenie cez modem Nokia CS-15
Přispěvatel: Drum7 21 Září 2010, 08:50:23
Tak s tymto balickom som vobec to nenastartovala,ale postup som tu pridala do   "[ubuntu]: nerozpoznany usb kluc".
Název: Re: Pripojenie cez modem Nokia CS-15
Přispěvatel: Martin Kiklhorn 21 Září 2010, 12:11:10
Dovolil jsem si překopírovat to sem a téma značím za vyřešené:

Dufam,ze vam to pomoze,mne to pomohlo.

First
 of all don't install the deb files available. If you did already, I know only that above linked "hacker way" to fix it.



Mine is working nowadays so here comes the long version (not using the above shorter version):



1. (This is the part that replaces the short version above that you could just copy-paste to terminal if you have a temporary connection to net.)
open terminal and write:

    sudo gedit



It should ask your password and then opens a text editor. Copy paste the text mentioned at (http://www.siptune.net/siptune.net/tiki-index.php?page=udev+rules+mokkuloille) there:

 # udev-rules for switching modems from storage mode to modem mode - anttu - v.091216



 # a-link 3gu turbo

BUS=="usb", SUBSYSTEM=="block", SYSFS{idVendor}=="1e0e", SYSFS{idProduct}=="f000", ACTION=="add", RUN+="/usr/bin/eject -s %N",
OPTIONS+="last_rule"BUS=="usb", SUBSYSTEM=="block", SYSFS{idVendor}=="1e0e", SYSFS{idProduct}=="9200", ACTION=="add", RUN+="/sbin/modprobe -r option", RUN+="/sbin/modprobe -r usbserial", RUN+="/sbin/modprobe usbserial vendor=0x1e0e product=0x9200", RUN+="/sbin/modprobe option", OPTIONS+="last_rule"



 # nokia cs-15

BUS=="usb", SUBSYSTEM=="block", SYSFS{idVendor}=="0421", SYSFS{idProduct}=="0610", ACTION=="add", RUN+="/usr/bin/eject -s %N",
OPTIONS+="last_rule" # huawei e1762 BUS=="usb", SUBSYSTEM=="block", SYSFS{idVendor}=="12d1", SYSFS{idProduct}=="1446", ACTION=="add", RUN+="/usr/sbin/usb_modeswitch -v 0x12d1 -p 0x1446 -V 0x12d1 -P 0x1003 -m 0x01 -M
'55534243123456780000000000000011060000000000000000000000000000'",
OPTIONS+="last_rule"



 # siptune lm-75
BUS=="usb", SUBSYSTEM=="block", SYSFS{idVendor}=="05c6", SYSFS{idProduct}=="f000", ACTION=="add", RUN+="/usr/bin/eject -s %N",
OPTIONS+="last_rule"BUS=="usb", SUBSYSTEM=="block", SYSFS{idVendor}=="05c6", SYSFS{idProduct}=="9000", ACTION=="add", RUN+="/sbin/modprobe -r option", RUN+="/sbin/modprobe -r usbserial", RUN+="/sbin/modprobe usbserial vendor=0x05c6 product=0x9000", RUN+="/sbin/modprobe option", OPTIONS+="last_rule"



 # zte mf-636+

BUS=="usb", SUBSYSTEM=="block", SYSFS{idVendor}=="19d2", SYSFS{idProduct}=="2000", ACTION=="add", RUN+="/usr/bin/eject -s %N",
OPTIONS+="last_rule"


BTW: since I'm not sure if the above will include extra line endings, I recommend copying the text from the linked page than from here)


Then name save this as /etc/udev/rules.d/25-mokkulat.rules (since you opened gedit with "sudo" the system allows you to write it there.)

Then close the text editor


2. Copy-paste and run in the termal:

    sudo udevadm control --reload-rules



Ok, now when you plug in the modem, Ubuntu should recognize it as a modem. I did try to set up the connection using the "normal easy way"
but it did not work.