කොහොමද Huawei E-1550 modem එකෙන් Ubuntu වලදි Internet යන්නෙ ?

15 views
Skip to first unread message

Roshan

unread,
Sep 11, 2010, 1:52:48 AM9/11/10
to Linuxකතා
Internet යාම සදහා මගේ Huwaei E1550 Hsdpa මොඩම් එක Network Conection
වලින් Add කරෙගන අැති අතර එයින් internet Conect වන අතර Firefox Browser
එක මගින් Internet යාමට උත්සාහ කල ද Web Page එක Display ෙනාෙව්(offline
වලට Tik එක දමා නැත.).එවිට ,
Terminal එකේ මෙම විධානය ඇතුලත් කර
gksu gedit /etc/udev/rules.d/15-huawei-e1550.rules

2. Copy and paste below rule & save it.

SUBSYSTEM==”usb”,
SYSFS{idProduct}==”1446″,
SYSFS{idVendor}==”12d1″,
RUN+=”/lib/udev/modem-modeswitch –vendor 0x12d1 –product 0×1446–type
option-zerocd”

3. After Reboot It will detect as a modem.

ෙලස කර modem එක ගලවා නැවත සවිකර conect කර විට Firefox Browser එක මගින්
Internet හැකි අතර Computer එක Shut Down කර නැවත Internet යාමට උත්සාහ
කල විට ෙපර පරිදිම Internet connect වන අතර Firefox Browser එක මගින්
Internet යෑමට ෙනාහැක.යලිත් ෙපර පරිදි Terminal එෙක්
gksu gedit /etc/udev/rules.d/15-huawei-e1550.rules
ලෙස දී එන Window එකේ ඉහත Command දී Save කර මොඩමය නැවත conect කලවිට
Internet යෑමට හැක.ෙමය දිගටම සිදුකිරීමට සිදුව තිබෙන්නේ අැයි?එෙස් ෙනාකර
දිගටම පවතින ෙලස setting සකස් කල හැකි ක්‍රමයක් තිෙබ් ද?

සමහර විට මේකට හේතුව ZeroCD disable නොකිරීම ද?

පහත Blog එකේ තියෙනව මොඩම් වල ZeroCD කියක එක අබල (disable) කරන්න ඕනෙ
මොඩමයක් විධියට පාවිච්චි කරන්න පෙර කියල .
http://blog.sanjaya.me/how-to-install-huawei-e-1550-modem-in-ubuntu-10-04/
වෙන අන්තර්ජාල සබඳතාවක් තිබේ නම්
sudo apt-get install udev-extras

මෙලෙස කලවිට
ubuntu@roshan-desktop:~$ sudo apt-get install udev-extras
[sudo] password for ubuntu:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package udev-extras is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
udev
E: Package udev-extras has no installation candidate
ubuntu@roshan-desktop:~$
ලෙස දෙනව.

අදාල Software එක(udev.tar.gz) Download කරගෙන පහත Command දුන්නම මෙහෙම
වෙනව
ubuntu@roshan-desktop:~$ tar zxf udev.tar.gz
ubuntu@roshan-desktop:~$ cd udev
ubuntu@roshan-desktop:~/udev$ sudo make clean
[sudo] password for ubuntu:
rm -f ozerocdoff.o ozerocdoff
ubuntu@roshan-desktop:~/udev$ sudo make
cc -c ozerocdoff.c -Wall -O
ozerocdoff.c:59:17: error: usb.h: No such file or directory
ozerocdoff.c: In function ‘main’:
ozerocdoff.c:214: warning: implicit declaration of function ‘usb_init’
ozerocdoff.c:224: warning: implicit declaration of function
‘usb_find_busses’
ozerocdoff.c:225: warning: implicit declaration of function
‘usb_find_devices’
ozerocdoff.c:247: warning: implicit declaration of function ‘usb_open’
ozerocdoff.c:247: warning: assignment makes pointer from integer
without a cast
ozerocdoff.c:255: warning: implicit declaration of function
‘usb_get_driver_np’
ozerocdoff.c:260: warning: implicit declaration of function
‘usb_detach_kernel_driver_np’
ozerocdoff.c:263: warning: implicit declaration of function
‘usb_close’
ozerocdoff.c:270: warning: implicit declaration of function
‘usb_claim_interface’
ozerocdoff.c:293: warning: implicit declaration of function
‘usb_clear_halt’
ozerocdoff.c:294: warning: implicit declaration of function
‘usb_set_altinterface’
ozerocdoff.c:300: warning: implicit declaration of function
‘usb_release_interface’
ozerocdoff.c:312: warning: implicit declaration of function
‘usb_bulk_write’
ozerocdoff.c:327: warning: implicit declaration of function
‘usb_bulk_read’
ozerocdoff.c: In function ‘search_devices’:
ozerocdoff.c:438: warning: implicit declaration of function
‘usb_get_busses’
ozerocdoff.c:438: warning: assignment makes pointer from integer
without a cast
ozerocdoff.c:438: error: dereferencing pointer to incomplete type
ozerocdoff.c:440: error: dereferencing pointer to incomplete type
ozerocdoff.c:440: error: dereferencing pointer to incomplete type
ozerocdoff.c:441: error: dereferencing pointer to incomplete type
ozerocdoff.c:441: error: dereferencing pointer to incomplete type
ozerocdoff.c:444: error: dereferencing pointer to incomplete type
ozerocdoff.c:445: error: dereferencing pointer to incomplete type
ozerocdoff.c:446: error: dereferencing pointer to incomplete type
ozerocdoff.c:447: error: dereferencing pointer to incomplete type
ozerocdoff.c:449: error: dereferencing pointer to incomplete type
ozerocdoff.c:450: error: dereferencing pointer to incomplete type
ozerocdoff.c:451: error: dereferencing pointer to incomplete type
ozerocdoff.c:452: error: dereferencing pointer to incomplete type
ozerocdoff.c:454: error: dereferencing pointer to incomplete type
ozerocdoff.c:457: error: dereferencing pointer to incomplete type
ozerocdoff.c: In function ‘search_message_endp’:
ozerocdoff.c:480: error: dereferencing pointer to incomplete type
ozerocdoff.c:481: error: dereferencing pointer to incomplete type
ozerocdoff.c:482: error: dereferencing pointer to incomplete type
ozerocdoff.c:484: error: dereferencing pointer to incomplete type
ozerocdoff.c:485: error: dereferencing pointer to incomplete type
ozerocdoff.c:486: error: dereferencing pointer to incomplete type
ozerocdoff.c: In function ‘search_response_endp’:
ozerocdoff.c:501: error: dereferencing pointer to incomplete type
ozerocdoff.c:502: error: dereferencing pointer to incomplete type
ozerocdoff.c:503: error: dereferencing pointer to incomplete type
ozerocdoff.c:505: error: dereferencing pointer to incomplete type
ozerocdoff.c:506: error: dereferencing pointer to incomplete type
ozerocdoff.c:507: error: dereferencing pointer to incomplete type
make: *** [ozerocdoff.o] Error 1
ubuntu@roshan-desktop:~/udev$

පුලුවන්නම් මේ ගැටලුව මගහරවා ගැනීමට මට උදවු කරන්න
.බොහොම ස්තූතියි.

Ubuntu වල E1550 Modem එකෙන් ගැටලුවක් නැතුව Internet යන කවුරුවත් ඉන්නව
ද?

Isuru Wijesinghe

unread,
Sep 11, 2010, 9:54:24 AM9/11/10
to linux...@googlegroups.com
මම ඉන්නවා.



2010/9/11 Roshan <jarosha...@gmail.com>

--
ඔබට මෙම පණිවිඩය ලැබෙන්නේ ඔබ Linuxකතා සමූහයෙහි සාමාජිකයෙක් වන බැවිනි.

මෙම සමූහයට ලිවීම සඳහා linux...@googlegroups.com වෙත ලියන්න.
මෙම සමූහයෙන් ඉවත්වීමට අවශ්‍ය නම් linuxkatha+...@googlegroups.com වෙත යන්න. නැති නම් linuxkatha+...@googlegroups.com වෙත ලිපියක් එවන්න.

වැඩිදුර තොරතරු සඳහා මෙම ලිපිනය ඔස්සේ Linuxකතා සමූහය වෙත පිවිසෙන්න;
http://groups.google.com/group/linuxkatha?hl=si_US?hl=si



--


Skype : isuru.sameera



Reply all
Reply to author
Forward
0 new messages