HSDPA (CHU-628S) USB 모뎀을 사용하여 리눅스에서 인터넷을 접속하려고 합니다.????? 도와주세요.

GENIUS의 이미지

HSDPA (CHU-628S) USB 모뎀을 사용하여 리눅스에서 인터넷을 접속하려고 합니다.?????

그런데 USB모뎀을 연결하고 /dev/ttyUSB0 포트를 찾아보니 노드파일이 없군요.
페도라 8에서 난감합니다.

문서를 찾아보니

modeprobe usbserial vendor=0x0000 product=0x0000
형식으로 등록하도록 되어있는데

mknod ??????

정보가 부족하군요.
리눅스에서 HSDPA 무선모뎀을 사용하여 구현하신분 도와 주세요.
....

eunjea의 이미지

2.6.25 커널의 usb serial 소스 트리안을 뒤져봐도 CHU-628S 는 없는걸로 봐서 일반 usb-serial 드라이버로 사용해야 하는가 보군요.
모뎀 연결하고 modprobe usbserial 하면 어떤 메세지가 나오나요?

dmesg

저는 한국이 아니라서 huawei e272,e270, bandluxe c100s 같은 모뎀 잘 사용하고 있습니다. 페도라 8에서.

--
/~eunjea

GENIUS의 이미지

call the follwing commands:
 
rmmod usb-storage
rmmod usb-serial
 
to unload the storage device, then call:
 
lsusb
 
Then you can see the vencor id and product id
 
and write down the vencor id and produc number of the attached device, then call
 
modprobe usb-serial vendor=<vendor id> product=<product id>
 
unplug the device, replug again and check that there are three usb devices calling:
 
ls -la /dev/ttyU*
 
ttyUSB0
ttyUSB1 .....................something like that
 
Create a new file /etc/ppp/peers/hsdpa, hsdpa-connect, hsdpa-disconnect
 
 
1. hsdpa
 
#the USB serial device of the EVDO PCMCIA card.
/dev/ttyUSB0
#your login information
user sktelecom
921600 # speed
#debug
defaultroute # use the cellular network for the default route
usepeerdns # use the DNS servers from the remote network
-detach # keep pppd in the foreground
crtscts # hardware flow control
#lock # lock the serial port
noauth # don't expect the modem to authenticate itself
connect "/usr/sbin/chat -v -f /etc/ppp/peers/hsdpa-connect"
disconnect "/usr/sbin/chat -v -f /etc/ppp/peers/hsdpa-disconnect"
 
2. hsdpa-connect
#time out is 20 because sometimes the card takes a little while to initalize
TIMEOUT 20
ABORT 'BUSY'
ABORT 'NO ANSWER'
ABORT 'NO CARRIER'
SAY 'Starting HSDPA Connection\n'
 
'' 'AT'
'OK' 'ATQ0V1E0'
'OK' 'ATZ'
'OK' 'AT&F'
# Dial the number
SAY 'Connecting...\n'
'OK' 'ATDT*98#'
CONNECT CLIENT
 
3. hsdpa-disconnect
"" "\K"
"" "+++ATH0"
SAY "Disconnected from HSDPA."
 
[출처] HSDPA Linux 사용(CHU-628S)|작성자 인자요차

위의 글을 참조해서 테스트하고 있는데 잘 안되네요...

리눅스 네트웍 개발 (FA) /유비쿼터스 네트웍 하드웨어 개발 프로젝트 진행/인터넷을 통한 원격제어/
리눅스 베이스 FA 구현/초소형 무선랜 모듈개발 진행중/리눅스 웹 통합시스템 구축

NoBrain의 이미지

저도 이것 때문에 삽질을 좀 했습니다.
http://limjunsung.egloos.com/904020
위 주소도 참고하고 위의 글도 참고해서 해봤는데 dmesg로 보면 플러그인이 CD-ROM으로 나옵니다.
hal정보를 변경해도 그렇네요.
도대체 어떻게 하면 될까요?? modem으로 인식이 안됩니다.

lnx4u의 이미지

http://blog.naver.com/lnx4u/50040026392

윗글 참조 해보심이...^^;;
--
이젠 정말 아저씨?

--
이젠 정말 아저씨?

x33man의 이미지

HSDPA (CHU-629S) USB 모뎀을 사용하여 리눅스에서 인터넷을 접속에 성공 하였습니다.

그런데 문제는 장비를 재부팅 하려고 reboot 명령을 하면 장비가 꺼졌다 다시 살아나지 못하고 멈춤니다.

제 생각으로는 usb포트에 HSDPA모뎀에 꼽아져 있어서 그런거 갔습니다.

usb포트에 HSDPA모뎀이 꼽아져 있는상태에서 전원을 on/off하면 괜찮습니다.

아마 모뎀이 디바이스에 올라와 있는것을 제대로 초기화를 못 시키는거 갔습니다.

다시 원복 하려면 어떻게 해야할까요!??

modprobe -r usbserial 해도 안됩니다.

리눅스에서 HSDPA 무선모뎀을 사용하고 구현하신분 도와 주세요. ㅠㅠ

즐거운 하루 보내세요!

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.