Announcement

Collapse
No announcement yet.

PCMCIA (EVDO) problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PCMCIA (EVDO) problem

    Hi there!

    im a new guy to kubuntu, and i need your help

    My PCMCIA card get detected, but i don't get the moderm name so that i connect to;
    or am I doing something wrong

    tail -f /var/log/messages --> output is
    Jan 10 08:25:04 myname kernel: [ 1870.588000] pccard: CardBus card inserted into slot 0
    Jan 10 08:25:05 myname kernel: [ 1871.044000] PCI: Enabling device 0000:04:00.0 (0000 -> 0002)
    Jan 10 08:25:05 myname kernel: [ 1871.044000] ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 19 (level, low) -> IRQ 18
    Jan 10 08:25:05 myname kernel: [ 1871.044000] ohci_hcd 0000:04:00.0: OHCI Host Controller
    Jan 10 08:25:05 myname kernel: [ 1871.044000] ohci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 8
    Jan 10 08:25:05 myname kernel: [ 1871.044000] ohci_hcd 0000:04:00.0: irq 18, io mem 0x8c000000
    Jan 10 08:25:05 myname kernel: [ 1871.128000] usb usb8: configuration #1 chosen from 1 choice
    Jan 10 08:25:05 myname kernel: [ 1871.128000] hub 8-0:1.0: USB hub found
    Jan 10 08:25:05 myname kernel: [ 1871.128000] hub 8-0:1.0: 1 port detected
    Jan 10 08:25:05 myname kernel: [ 1871.244000] PCI: Enabling device 0000:04:00.1 (0000 -> 0002)
    Jan 10 08:25:05 myname kernel: [ 1871.244000] ACPI: PCI Interrupt 0000:04:00.1[B] -> GSI 19 (level, low) -> IRQ 18
    Jan 10 08:25:05 myname kernel: [ 1871.244000] ohci_hcd 0000:04:00.1: OHCI Host Controller
    Jan 10 08:25:05 myname kernel: [ 1871.244000] ohci_hcd 0000:04:00.1: new USB bus registered, assigned bus number 9
    Jan 10 08:25:05 myname kernel: [ 1871.244000] ohci_hcd 0000:04:00.1: irq 18, io mem 0x8c001000
    Jan 10 08:25:05 myname kernel: [ 1871.328000] usb usb9: configuration #1 chosen from 1 choice
    Jan 10 08:25:05 myname kernel: [ 1871.328000] hub 9-0:1.0: USB hub found
    Jan 10 08:25:05 myname kernel: [ 1871.328000] hub 9-0:1.0: 1 port detected
    Jan 10 08:25:09 myname kernel: [ 1875.644000] usb 8-1: new full speed USB device using ohci_hcd and address 2
    Jan 10 08:25:10 myname kernel: [ 1875.856000] usb 8-1: configuration #1 chosen from 1 choice

    need your help


    #2
    Re: PCMCIA (EVDO) problem

    can anyone give me ideas

    Comment


      #3
      Re: PCMCIA (EVDO) problem

      To get my PC5220 card working, it was really pretty simple.

      The usbserial driver is included with kubuntu and works fine. The problem is that it doesn't know that my EVDO card is supposed to use that driver. Here is what I did:

      I added one line to /etc/modules

      usbserial vendor=0xf3d product=0x0112 maxsize=2048

      Unless you've got a PC5220 card, yours will have a different vendor and product ID. You can probably find out the information with the lsusb command. Look for your card, it will list ...ID [vendor]:[product].... You may also be able to look up your card on the internet to find this information. After you've saved the file, you should be able to insert your card and have it picked up.

      Next, to solve the disconnection problems related to the dormant mode on the card, I commented out two of the lines in /etc/ppp/options. They were the ones about lcp echo's. Simply add a # in front of the line to comment it out.

      Then, using Kppp I setup the "dialup" account for my card.

      I created a modem in Kppp to use the modem /dev/ttyUSB0

      The phone number is #777, the username is [phonenumber]@vzw3g.com and the password is vzw.

      Hope this helps!
      -SF

      Comment

      Working...
      X