You are not logged in.
Pages: 1
Hi,
I have a problem with card sony ericsson gc89 pcmcia card, which I use to connecting with net.
When I put card to slot, dmesg print info that it was linked to /dev/ttyS0. Also lspci found it as Broadcom Card.
So i wrote pppd scripts, which i want to use to connect with net:
#/etc/ppp/peers/iplus
updetach
#debug
connect "chat -v -f /etc/chatscripts/iplus-chat"
38400
/dev/ttyS0
crtscts
local
noipdefault
defaultroute
usepeerdns
novj
nobsdcomp
nopcomp
noaccomp
noauth
#/etc/chatscripts/iplus-chat
ABORT "NO DIALTONE"
ABORT "NO ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
TIMEOUT 60
"" "ATddddddddddddddddddddddddddddddddd"
OK "AT&F"
nie moglem go użyć.
OK "AT+CPIN=PIN_CODEdddddddddddddddddddd"
OK
"AT+CMEE=1dddddddddddddddddddddddddddddddddd"
OK
'AT+CGDCONT=1,"IP","www.plusgsm.pldddddddddddddddddddd"'
OK "ATDT*99#"
Unfortunetly when i write "pppd call iplus", after few second it write "Connection script failed".
I looked into /var/log/messages.log and there are lines:
[...]
sending (AT^M)
expectin(OK)
alarm
failed
Exit
[...]
I thought, that i should have load more modules (hwd -h wrote that I need yenta_socket), i run lsmdo:
[...]
Module Size Used by
uhci_hcd 32016 0
ehci_hcd 33160 0
usbhid 48928 0
usblp 11904 0
usb_storage 75072 0
pcmcia 33708 0
yenta_socket 25996 1
rsrc_nonstatic 12288 1 yenta_socket
pcmcia_core 37656 3 pcmcia,yenta_socket,rsrc_nonstatic
[...]
and it looks like everything i need is loaded.
I have to use WinXP, because even under userfriendly distros was the same problems, so I will be glad if there is someone who can help with my problem.
Regards
P.S
Forgive me my ugly english and such long post.
Offline
Pages: 1