Author Topic: Openzaurus 3.5.4.1 And Modem Card  (Read 3360 times)

MRNUTTY

  • Newbie
  • *
  • Posts: 43
    • View Profile
Openzaurus 3.5.4.1 And Modem Card
« on: July 17, 2006, 01:07:06 pm »
I have a Noname GSM/GPRS CF card that used to work fine with the Sharp ROM. Well i loaded OpenZaurus 3.5.4.1 since i was tired of using the sharp rom and wanted something with more options. I have a Wifi card that the network app recognized and works fine, but the modem card isn't. what's the stabdard way to use modem cards with OZ? do you just use linux pppd? or is there a helper app that works with OPIE?

OPIE 1.2.1
Linux Kernal 2.6.16
OpenZaurus 3.5.4.1

Thanks!
MrN

Stilgar

  • Newbie
  • *
  • Posts: 43
    • View Profile
Openzaurus 3.5.4.1 And Modem Card
« Reply #1 on: July 17, 2006, 03:01:23 pm »
I believe the modem card should be identified as a standard serial pcmcia device (serial_cs module). You may have to run
> cardctl ident
Get the card identifiers and add them to /etc/pcmcia/config as a card mapped to serial_cs module.

MRNUTTY

  • Newbie
  • *
  • Posts: 43
    • View Profile
Openzaurus 3.5.4.1 And Modem Card
« Reply #2 on: July 17, 2006, 03:27:12 pm »
Quote
I believe the modem card should be identified as a standard serial pcmcia device (serial_cs module). You may have to run
> cardctl ident
Get the card identifiers and add them to /etc/pcmcia/config as a card mapped to serial_cs module.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135423\"][{POST_SNAPBACK}][/a][/div]


thanks... in the old 2.4.x kernels i had to load serial_cs.o from some kind supplier, id the same required for 2.6.16?
MrN

MRNUTTY

  • Newbie
  • *
  • Posts: 43
    • View Profile
Openzaurus 3.5.4.1 And Modem Card
« Reply #3 on: July 17, 2006, 03:34:59 pm »
Quote
Quote
I believe the modem card should be identified as a standard serial pcmcia device (serial_cs module). You may have to run
> cardctl ident
Get the card identifiers and add them to /etc/pcmcia/config as a card mapped to serial_cs module.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135423\"][{POST_SNAPBACK}][/a][/div]


thanks... in the old 2.4.x kernels i had to load serial_cs.o from some kind supplier, id the same required for 2.6.16?
MrN
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135427\"][{POST_SNAPBACK}][/a][/div]

actualy OPIE reports a "Serial or Modem" card when inserted. and there is a corresponding entry in /etc/pcmcia/config for serial_cs with this description... am I OK to use ppp then?
Thanks!
MrN
« Last Edit: July 17, 2006, 03:35:49 pm by MRNUTTY »

Stilgar

  • Newbie
  • *
  • Posts: 43
    • View Profile
Openzaurus 3.5.4.1 And Modem Card
« Reply #4 on: July 17, 2006, 05:58:43 pm »
type dmesg to make sure it's got a serial port attached (ttyS3 or so) and it should be fine...

MRNUTTY

  • Newbie
  • *
  • Posts: 43
    • View Profile
Openzaurus 3.5.4.1 And Modem Card
« Reply #5 on: July 17, 2006, 07:28:38 pm »
Quote
type dmesg to make sure it's got a serial port attached (ttyS3 or so) and it should be fine...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135447\"][{POST_SNAPBACK}][/a][/div]


excellent, i have a ttys0
thanks!
MrN