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

0
points

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

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

문서를 찾아보니

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

mknod ??????

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

eunjea의 이미지
4183
points

2.6.25 커널의 usb serial

0
points

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

dmesg

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

--
/~eunjea

call the follwing

0
points

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= product=

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)|작성자 인자요차

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

댓글 보기 옵션

원하시는 댓글 전시 방법을 선택한 다음 "설정 저장"을 누르셔서 적용하십시오.