Verizon EVDO express card and Ubuntu 8.04 HH

Discussion in 'Installation/Configuration' started by wesy2kn1, May 27, 2008.

  1. wesy2kn1

    wesy2kn1 New Member

    Question for anyone out there. I'm getting ready to go on a trip so I'm going to have to figure this out soon if possible. I just replaced windows completely (yay me) with the latest edition of Ubuntu and have everything configured except....

    my Verizon Wireless EVDO modem. It is a Kyocera KPC 680 express card. I have tried to get help through the Ubuntu forums last week, but I really haven't been able to figure this thing out. Here is the link to that forum post if you would like to see what was discussed. link

    thanks in advance!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    lspci
    and
    Code:
    lsusb
    ?
     
  3. wesy2kn1

    wesy2kn1 New Member

    Code:
    lspci output is:
    
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
    00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
    03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
    03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
    03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
    03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 0a)
    03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 05)
    03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
    0c:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
    
    Code:
    lsusb output is:
    
    Bus 005 Device 003: ID 0c88:180a Kyocera Wireless Corp. 
    Bus 005 Device 002: ID 413c:a005 Dell Computer Corp. 
    Bus 005 Device 001: ID 0000:0000  
    Bus 004 Device 001: ID 0000:0000  
    Bus 003 Device 001: ID 0000:0000  
    Bus 002 Device 001: ID 0000:0000  
    Bus 001 Device 001: ID 0000:0000  
    
     
  4. falko

    falko Super Moderator Howtoforge Staff

    At least it seems to have detected the card.

    Can you post the config file of your kernel from the /boot directory?
     
  5. wesy2kn1

    wesy2kn1 New Member

    what file would that be exactly? sorry a little new.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    A file beginning with config. You can find out about your current kernel by running
    Code:
    uname -r
     
  7. wesy2kn1

    wesy2kn1 New Member

    ok it won't let me paste the contents of the config file for some reason but i can tell you i am using config-2.6.24- 17- generic
     
  8. falko

    falko Super Moderator Howtoforge Staff

    I need to see the contents...
     
  9. wesy2kn1

    wesy2kn1 New Member

    ok i emailed them to the address provided on your site.
     
  10. falko

    falko Super Moderator Howtoforge Staff

    I don't see a module for the Kyocera device in the kernel config, so the problem most likely is that there's no driver yet for it...
     

Share This Page