Gps, serial- usb, and udev

I have a garmin etrex venture handheld gps device that I am trying to connect to my laptop.  Since my laptop doesn't have any serial ports, I purchased a serial->usb converter which I am using to make the connection.  When I connect the device, dmesg reports:
usb 2-2: new full speed USB device using uhci_hcd and address 4
usb 2-2: configuration #1 chosen from 1 choice
pl2303 2-2:1.0: pl2303 converter detected
usb 2-2: pl2303 converter now attached to ttyUSB0
There is no /dev/ttyUSB*.  I did a search and found http://bbs.archlinux.org/viewtopic.php? … dev+ttyusb where tomk recommended the following rule:
KERNEL=="ttyUSB[0-9]*", NAME="tts/USB%n"
I put the rule in my local udev.rules file and rebooted.  I am still unable to transfer a test file to the gps using gpsbabel as outlined in the Open Source GPS how to.
The how to suggested the following command, with my output following:
$ sudo gpsbabel -r -i gpx -f test.gpx -o garmin -F /dev/ttyUSB0
[ERROR] XSERIAL: Cannot open serial port '/dev/ttyUSB0': No such file or directory
[ERROR] Cannot open serial port '/dev/ttyUSB0'
GARMIN:Can't init /dev/ttyUSB0
Which makes sense, since there is no /dev/ttyUSB0.
I then modified the command to point to /dev/tts/USB0 and got the following output:
$ sudo gpsbabel -r -i gpx -f test.gpx -o garmin -F /dev/tts/USB0
GARMIN:Can't init /dev/tts/USB0
If anyone has any idea what is going on and can point me in the right direction, I'd appreciate it.

Thanks for the help, tomk.  I was able to rule out any OS problems and it turns out that the serial -> usb converter market is filled with crappy products.  I never thought I'd have a problem with a simple converter!
For future reference, converters based on the prolific pl2303 controller are notoriously buggy.  Some work fine, others never work (mine is the latter), especially under linux. Here is a link for more info https://sourceforge.net/mailarchive/mes … d=10460644
On a side note - what is the reasoning for the udev rule that replaces /dev/ttyUSBx with /dev/tts/USBx?  Most everything I've seen indicates that simply using /dev/ttyUSBx is much more prevalent.

Similar Messages

  • Lenovo X131e doesn't work with Prolific PL2303 based USB to Serial Adapter and Windows 7 x64

    This is sort of a bug report. A Lenovo X131e with Windows 7 x64 and the PL2303 driver including 1.6, 1.61 and 1.7 will not successfully install the driver - Windows always reports "Driver Install Failed" on plug in to USB 3 or USB2 ports. However, putting a USB2.0 hub inbetween the USB to Serial Adapter and either USB port type makes the adapter work fine. This was not the case with the X130e. I'm not sure where to report this beyond this posting, but more of an FYI.

    If the USB can be used for other equipment,
    That may be compatibility issues for USB and Prolific PL2303.
    Don't plug Serial Adapter when installing the driver,
    Ofter installation, Connect serial adapter to see whether it is working normally.
    I am a volunteer, don't work for Lenovo. I am a software engineer.
    thinkpad x61t, os:win7 Awavo Software com port monitor serial port monitor

  • USB/Serial Drivers and App Builder Installer Questions...are drivers included in the Installer with the LV runtime engine?

    Hello all,
    I'm wondering if someone can help me out with how drivers and all are treated with applications distributed with App Builder, used to create a stand alone, full install of app and labview engine with Installer.
    What has happened  is, my application was created using the NI branded USB to RS232...and USB to RS485, and they work great.
    On the application when running..you fire it up, it finds the USB to serial device, and I have a dropdown that finds the available COM ports to use (along with setting parity, etc).
    I've installed on different computers (without previous labview installs) with the installer. They all worked.
    The customer has received the installer....and despite us telling them to use the NI branded USB/Serial interfaces..they are trying to work with a different USB/serial cable.
    They say the COM ports aren't even showing up when they run the installed application.
    So, I'm not sure where to start. Is this a driver issue?  Does the App Builder Installer...install the drivers for the interfaces I was using with it? Is there a way for the person to find and install a driver on their own...or would I have to somehow find out a driver for what they use....then, basically redo the App Builder Installer build...to include that driver with the executable I send back out?
    I guess I basically need a better understanding of how drivers for external access/communications are handled when you use App Builder to create a stand alone application complete with the labview runtime engine...and nothing else.
    Thank you in advance,
    cayenne

    The main thing is that LV uses VISA to talk to serial port whether native on the machine or from USB dongles that you plug into the computer. It sounds to me like their dongles aren't working.
    Can the customer see the ports in the Windows Device Manager? Can they access them through something like hyperterminal? How does your program find the USB/Serial devices?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • USB to (DB9) Serial Adapter and Minicom - help needed

    I'm having problems with my Netgear DM111P ethernet modem.
    I bought it off ebay and it was 'bricked' on arrival .
    All of the LEDs are flashing okay except for a solid red one which should be solid green.
    I would like to reflash the firmware.  However, I've never done this before and I'm learning as I go.
    I've only just started the process and so far it hasn't been that successful.
    Basically, I don't know what to do.
    Since my IBM Thinkpad T40 doesn't have a serial port, I bought a USB to Serial adapter.
    When I plug it into a spare USB port, dmesg reports:
    usb 2-2: new full speed USB device using uhci_hcd and address 2
    usb 2-2: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver usbserial
    drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
    usbcore: registered new interface driver usbserial_generic
    drivers/usb/serial/usb-serial.c: USB Serial Driver core
    drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
    pl2303 2-2:1.0: pl2303 converter detected
    usb 2-2: pl2303 converter now attached to ttyUSB0
    usbcore: registered new interface driver pl2303
    drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver
    and lsmod shows the pl2303 kernel module has loaded:
    n00b ~ $ lsmod
    Module Size Used by
    pl2303 19076 0
    usbserial 30696 1 pl2303
    So, if I understand things correctly, the USB to Serial adapter has been recognised by the kernel and the driver loaded.  dmesg also reports:
    n00b ~ $ dmesg | grep tty
    console [tty0] enabled
    00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    usb 2-2: pl2303 converter now attached to ttyUSB0
    which suggests I should configure minicom (# minicom -s) with /dev/ttyUSB0 rather than /dev/ttyS0.  However - and this is where I'm out of my depth with minicom - when I invoke minicom it comes up with a dialog saying "Initializing Modem".  I don't want to use a modem.  I want to see what the CFE bootloader of my DM111P is outputing so that I can see what's wrong with it.
    Can anyone help me out with this please?  I've never done any serial port work before.

    Thanks for the reply Rasika but I already tried that cable. Checked it out with an Ohm meter, cable was pinned correctly. It worked on a 4402 controller but not the 2006. I did try all kinds of serial settings and usually you get some garbage displayed if the baud rate, parity, stop bits, etc... are wrong but this had nothing displayed. I suppose it's possible that both 2006 controllers are bad but the odds are extremely small hence I still suspect the cable.  Do you know of an actual Cisco document that shows the console cable pin-out for the 2006? If I had an actual Cisco document and not a user supplied document and that cable didn't work, then I guess there recycling material. Any other idea's or thoughts? Thanks!

  • [Kernel] USB and network trouble

    Hey all, i have some trouble getting my system fully running.
    I have a built in 3com network card, it uses the 3c59x module in the kernel (got it build into the kernel). I also have a usb cd writer. When i start writing my network fails after sometime. I came from vectorlinux to arch. In VL it worked without a prob. Here check my dmesg output. The most interesting is at the end.
    chitecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU: Intel Pentium III (Coppermine) stepping 06
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    ACPI: setting ELCR to 0200 (from 0808)
    checking if image is initramfs... it is
    Freeing initrd memory: 567k freed
    NET: Registered protocol family 16
    PCI: PCI BIOS revision 2.10 entry at 0xfed9b, last bus=21
    PCI: Using configuration type 1
    mtrr: v2.0 (20020519)
    ACPI: Subsystem revision 20041105
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKA._STA] (Node d3fdef00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKB._STA] (Node d3fdee00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKC._STA] (Node d3fded00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKD._STA] (Node d3fdec00), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.FDD_._STA] (Node c12f75a0), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.COM_._STA] (Node c12f7460), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.PRT_._STA] (Node c12f72e0), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.PRT1._STA] (Node c12f7200), AE_NOT_EXIST
    ACPI-0169: *** Error: No object was returned from [_SB_.PCI0.FNC0.PCC0._STA] (Node c12f7fe0), AE_NOT_EXIST
    ACPI: Interpreter enabled
    ACPI: Using PIC for interrupt routing
    ACPI-0169: *** Error: No object was returned from [_SB_.LNKE._PRS] (Node c12fc780), AE_NOT_EXIST
    ACPI: PCI Root Bridge [PCI0] (00:00)
    PCI: Probing PCI hardware (bus 00)
    ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
    ACPI: Power Resource [PIHD] (on)
    ACPI: Power Resource [PMHD] (off)
    ACPI: Power Resource [PDOC] (off)
    ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PCI1._PRT]
    ACPI: Power Resource [PFAN] (off)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI-0169: *** Error: No object was returned from [_SB_.MEM_._CRS] (Node c12fc6a0), AE_NOT_EXIST
    pnp: PnPACPI: METHOD_NAME__CRS failure for PNP0c01
    PCI: setting IRQ 13 as level-triggered
    pnp: PnP ACPI: found 9 devices
    SCSI subsystem initialized
    Linux Kernel Card Services
    options: [pci] [cardbus] [pm]
    usbcore: registered new driver usbfs
    usbcore: registered new driver hub
    PCI: Using ACPI for IRQ routing
    ** PCI interrupts are no longer routed automatically. If this
    ** causes a device to stop working, it is probably because the
    ** driver failed to call pci_enable_device(). As a temporary
    ** workaround, the "pci=routeirq" argument restores the old
    ** behavior. If this argument makes the device work again,
    ** please email the output of "lspci" to [email protected]
    ** so I can fix the driver.
    ACPI-0169: *** Error: No object was returned from [_SB_.MEM_._CRS] (Node c12fc6a0), AE_NOT_EXIST
    apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16ac)
    apm: overridden by ACPI.
    devfs: 2004-01-31 Richard Gooch ([email protected])
    devfs: boot_options: 0x1
    Initializing Cryptographic API
    Limiting direct PCI/PCI transfers.
    cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.4
    acpiphp_glue: can't get bus number, assuming 0
    Linux agpgart interface v0.100 (c) Dave Jones
    agpgart: Detected an Intel 440BX Chipset.
    agpgart: Maximum main memory to use for agp memory: 262M
    agpgart: AGP aperture is 256M @ 0xd0000000
    vesafb: framebuffer at 0xf0000000, mapped to 0xd4900000, using 6144k, total 8192k
    vesafb: mode is 1024x768x32, linelength=4096, pages=1
    vesafb: protected mode interface info at c000:8751
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    ACPI: AC Adapter [ADP1] (on-line)
    ACPI: Battery Slot [BAT1] (battery present)
    ACPI: Power Button (FF) [PWRF]
    ACPI: Lid Switch [LID]
    ACPI: Fan [FAN] (off)
    ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    ACPI: Processor [CPU0] (supports C1 C2)
    ACPI: Thermal Zone [THRM] (66 C)
    serio: i8042 AUX port at 0x60,0x64 irq 12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered
    elevator: using anticipatory as default io scheduler
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
    loop: loaded (max 8 devices)
    ACPI: PCI interrupt 0000:00:0f.0[A]: no GSI - using IRQ 11
    3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
    0000:00:0f.0: 3Com PCI 3c905C Tornado at 0xfb00. Vers LK1.1.19
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    PIIX4: IDE controller at PCI slot 0000:00:05.1
    PIIX4: chipset revision 1
    PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xfff0-0xfff7, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xfff8-0xffff, BIOS settings: hdc:DMA, hdd:pio
    Probing IDE interface ide0...
    hda: TOSHIBA MK1516GAP, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    hdc: TOSHIBA DVD-ROM SD-C2402, ATAPI CD/DVD-ROM drive
    ide1 at 0x170-0x177,0x376 on irq 15
    Probing IDE interface ide2...
    ide2: Wait for ready failed before probe !
    Probing IDE interface ide3...
    ide3: Wait for ready failed before probe !
    Probing IDE interface ide4...
    ide4: Wait for ready failed before probe !
    Probing IDE interface ide5...
    ide5: Wait for ready failed before probe !
    hda: max request size: 128KiB
    hda: 23579136 sectors (12072 MB), CHS=23392/16/63, UDMA(33)
    hda: cache flushes not supported
    /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 p7 p8 >
    hdc: ATAPI 24X DVD-ROM drive, 128kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.20
    PCI: Enabling device 0000:00:0b.0 (0000 -> 0002)
    ACPI: PCI interrupt 0000:00:0b.0[A]: no GSI
    Yenta: CardBus bridge found at 0000:00:0b.0 [1179:0001]
    Yenta: ISA IRQ mask 0x0cb8, PCI irq 0
    Socket status: 30000007
    PCI: Enabling device 0000:00:0b.1 (0000 -> 0002)
    ACPI: PCI interrupt 0000:00:0b.1[b]: no GSI
    Yenta: CardBus bridge found at 0000:00:0b.1 [1179:0001]
    Yenta: ISA IRQ mask 0x0cb8, PCI irq 0
    Socket status: 30000007
    ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
    USB Universal Host Controller Interface driver v2.2
    ACPI: PCI interrupt 0000:00:05.2[D]: no GSI - using IRQ 11
    uhci_hcd 0000:00:05.2: Intel Corp. 82371AB/EB/MB PIIX4 USB
    uhci_hcd 0000:00:05.2: irq 11, io base 0xff80
    uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    sl811: driver sl811-hcd, 06 Dec 2004
    usb 1-2: new full speed USB device using uhci_hcd and address 2
    usbaudio: device 2 audiocontrol interface 0 has 1 input and 0 output AudioStreaming interfaces
    usbaudio: valid input sample rate 8000
    usbaudio: valid input sample rate 48000
    usbaudio: valid input sample rate 44100
    usbaudio: valid input sample rate 22050
    usbaudio: valid input sample rate 11025
    usbaudio: device 2 interface 1 altsetting 1: format 0x00000010 sratelo 8000 sratehi 48000 attributes 0x01
    usbaudio: valid input sample rate 8000
    usbaudio: valid input sample rate 48000
    usbaudio: valid input sample rate 44100
    usbaudio: valid input sample rate 22050
    usbaudio: valid input sample rate 11025
    usbaudio: device 2 interface 1 altsetting 2: format 0x80000010 sratelo 8000 sratehi 48000 attributes 0x01
    usbaudio: registered dsp 14,3
    usbaudio: constructing mixer for Terminal 2 type 0x0101
    usbaudio: registered mixer 14,0
    usb_audio_parsecontrol: usb_audio_state at d3cb6560
    usbcore: registered new driver audio
    drivers/usb/class/audio.c: v1.0.0:USB Audio Class driver
    Initializing USB Mass Storage driver...
    usbcore: registered new driver usb-storage
    USB Mass Storage support registered.
    usbcore: registered new driver hiddev
    usbcore: registered new driver usbhid
    drivers/usb/input/hid-core.c: v2.0:USB HID core driver
    mice: PS/2 mouse device common for all mice
    input: AT Translated Set 2 keyboard on isa0060/serio0
    input: ImExPS/2 Generic Explorer Mouse on isa0060/serio1
    Advanced Linux Sound Architecture Driver Version 1.0.6 (Sun Aug 15 07:17:53 2004 UTC).
    ACPI: PCI interrupt 0000:00:0c.0[A]: no GSI - using IRQ 11
    es1968: clocking to 48000
    unable to register OSS PCM device 0:0
    unable to register OSS mixer device 0:0
    ALSA device list:
    #0: ESS ES1978 (Maestro 2E) at 0xfc00, irq 11
    NET: Registered protocol family 2
    IP: routing cache hash table of 2048 buckets, 16Kbytes
    TCP: Hash tables configured (established 32768 bind 65536)
    NET: Registered protocol family 1
    NET: Registered protocol family 10
    IPv6 over IPv4 tunneling driver
    NET: Registered protocol family 17
    ACPI wakeup devices:
    USB VIY0 VIY1 MODM LAN LAN2 LID
    ACPI: (supports S0 S1 S3 S4 S4bios S5)
    ReiserFS: hda1: found reiserfs format "3.6" with standard journal
    ReiserFS: hda1: using ordered data mode
    ReiserFS: hda1: journal params: device hda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    ReiserFS: hda1: checking transaction log (hda1)
    ReiserFS: hda1: Using r5 hash to sort names
    VFS: Mounted root (reiserfs filesystem) readonly.
    Mounted devfs on /dev
    Freeing unused kernel memory: 192k freed
    Adding 40120k swap on /dev/discs/disc0/part5. Priority:-1 extents:1
    Adding 128480k swap on /dev/discs/disc0/part7. Priority:-2 extents:1
    Adding 128480k swap on /dev/discs/disc0/part8. Priority:-3 extents:1
    Real Time Clock Driver v1.12
    drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
    usbcore: registered new driver usbserial_generic
    usbcore: registered new driver usbserial
    drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
    Disabled Privacy Extensions on device c04cd0e0(lo)
    eth0: no IPv6 routers present
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root
    usb 1-1: new full speed USB device using uhci_hcd and address 3
    scsi0 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    Vendor: LITE-ON Model: LTR-48246K Rev: SKS7
    Type: CD-ROM ANSI SCSI revision: 00
    sr0: scsi3-mmc drive: 207x/48x writer cd/rw xa/form2 cdda tray
    Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
    Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 5
    usb-storage: device scan complete
    cdrom: This disc doesn't have any tracks I recognize!
    cdrom: This disc doesn't have any tracks I recognize!
    scsi: unknown opcode 0x01
    ISO 9660 Extensions: Microsoft Joliet Level 3
    ISOFS: changing to secondary root
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 8000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1328(0) current 1328(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 8000049c status 0c01049c
    1: @d3c972a0 length 8000049c status 0c01049c
    2: @d3c97340 length 8000004d status 0c01004d
    3: @d3c973e0 length 8000004d status 0c01004d
    4: @d3c97480 length 80000049 status 0c010049
    5: @d3c97520 length 80000049 status 0c010049
    6: @d3c975c0 length 8000002a status 0001002a
    7: @d3c97660 length 80000049 status 0c010049
    8: @d3c97700 length 8000002a status 0001002a
    9: @d3c977a0 length 8000002a status 0001002a
    10: @d3c97840 length 8000004d status 0c01004d
    11: @d3c978e0 length 8000002a status 0001002a
    12: @d3c97980 length 8000002a status 0001002a
    13: @d3c97a20 length 8000002a status 0001002a
    14: @d3c97ac0 length 8000002a status 8001002a
    15: @d3c97b60 length 8000002a status 8001002a
    eth0: Resetting the Tx ring pointer.
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 0000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1344(0) current 1344(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 8000002a status 0001002a
    1: @d3c972a0 length 8000002a status 0001002a
    2: @d3c97340 length 8000002a status 0001002a
    3: @d3c973e0 length 8000002a status 0001002a
    4: @d3c97480 length 80000036 status 00010036
    5: @d3c97520 length 80000036 status 00010036
    6: @d3c975c0 length 80000036 status 00010036
    7: @d3c97660 length 80000036 status 00010036
    8: @d3c97700 length 80000036 status 00010036
    9: @d3c977a0 length 80000036 status 00010036
    10: @d3c97840 length 80000036 status 00010036
    11: @d3c978e0 length 80000047 status 0c010047
    12: @d3c97980 length 80000082 status 00010082
    13: @d3c97a20 length 8000004e status 0001004e
    14: @d3c97ac0 length 8000004e status 8001004e
    15: @d3c97b60 length 8000004e status 8001004e
    eth0: Resetting the Tx ring pointer.
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 0000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1360(0) current 1360(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 80000080 status 00010080
    1: @d3c972a0 length 8000004a status 0001004a
    2: @d3c97340 length 80000055 status 0c010055
    3: @d3c973e0 length 8000004a status 0001004a
    4: @d3c97480 length 8000002a status 0001002a
    5: @d3c97520 length 8000002a status 0001002a
    6: @d3c975c0 length 8000002a status 0001002a
    7: @d3c97660 length 80000055 status 0c010055
    8: @d3c97700 length 8000002a status 0001002a
    9: @d3c977a0 length 8000006c status 0001006c
    10: @d3c97840 length 80000036 status 00010036
    11: @d3c978e0 length 80000036 status 00010036
    12: @d3c97980 length 80000049 status 0c010049
    13: @d3c97a20 length 80000051 status 0c010051
    14: @d3c97ac0 length 80000049 status 8c010049
    15: @d3c97b60 length 80000051 status 8c010051
    eth0: Resetting the Tx ring pointer.
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: transmit timed out, tx_status 00 status e601.
    diagnostics: net 0cf6 media 8880 dma 0000003a fifo 0000
    eth0: Interrupt posted but not delivered -- IRQ blocked by another device?
    Flags; bus-master 1, dirty 1376(0) current 1376(0)
    Transmit list 00000000 vs. d3c97200.
    0: @d3c97200 length 80000049 status 0c010049
    1: @d3c972a0 length 80000051 status 0c010051
    2: @d3c97340 length 800000ae status 000100ae
    3: @d3c973e0 length 800000ae status 000100ae
    4: @d3c97480 length 80000042 status 00010042
    5: @d3c97520 length 8000006b status 0001006b
    6: @d3c975c0 length 8000006b status 0001006b
    7: @d3c97660 length 80000080 status 00010080
    8: @d3c97700 length 8000004e status 0001004e
    9: @d3c977a0 length 80000080 status 00010080
    10: @d3c97840 length 8000004e status 0001004e
    11: @d3c978e0 length 80000080 status 00010080
    12: @d3c97980 length 80000080 status 00010080
    13: @d3c97a20 length 8000006b status 0001006b
    14: @d3c97ac0 length 80000051 status 8c010051
    15: @d3c97b60 length 8000004a status 8001004a
    eth0: Resetting the Tx ring pointer.
    eth0: no IPv6 routers present
    When my network is down, the onlything to restore is is rebooting my computer. Restarting the network daemon does not work. Currently i don't have hotplug running, but with hotplug i encounter the same problem.
    I hope anybody can help me.
    Greetinx Atze

    It looks like the problem is with ACPI or you have a hardware IRQ conflict..
    check for a bios update for your Motherboard and check the bios settings.
    It might also help if you moved network card to another pci-slot.

  • Pick Data From Serial/USB ports

    How can I pick Data from Serial/USB ports Machines
    I want to put Results into Database from Haematology Machine

    You will have to write a Java program to do this and then use a Java Pluggin Commponent (JPC) to read the data into Forms.
    Look on the Internet for code showing how to work with USB ports, and see Francois web site about PJCs.
    http://sheikyerbouti.developpez.com/index_en/

  • Adobe sent me a serial number and it is not valid

    I bought an Educational copy of Adobe Pro XI, filled out the form with the product code to receive the serial number. Got the serial number and fired up the CD only to have the serial number rejected as not valid. I've had 2 people look at it to make sure I was not entering it wrong. What do I do??

    Ok, turns out that I was using wifi and couldn't connect to Adobe via WiFi and once I switched to ethernet, I could connect, but the install script kept barfing on the serial number. I disconnected the USB CDrom drive and remounted, and the install package accepted the serial number the 2 time around. Problem solved, but lame.

  • Create Communication Reference for UART Serial COM and ETHERNET

    Hi All,
    I am developing a LV drivers for the device for which works on the both Serial COM and Ethernet. Commands used for both protocol are same just the commumcation choices are different.
    As it would be difficult to maintain, I do not want to develope drivers separtely for Serail COM and Ethernet so I must use the communcation reference for that, I plan to generate this reference in Initialize.vi  and further this reference is used for the communcation.
    How to generate this communcation rference ?
    Thank you.
    -Amit

    amitwadje wrote:
    Hi,
    Thank you for your answer, I do not want to use ONLY VISA, I agree most of the driver user knows about VISA very well but here my concern is to
    make the common driver both for COM port and Ethenet, just in Init.vi, I will select the COM or Ehtenet with proper inputs and accordingly
    communciation reference will be generated and the same communcation reference I will use for the further functionality (at that time, I do not
    care aobut what I am using COM or Ethernet as I have reference genered in Init,vi and I did input this reference for further VIs).
    is it possible to do so  ?
    Thank you.
    And VISA was speciifically designed to abstract the actual hardware interface away. It incidentially supports serial, GPIB, USB, AND TCP/IP for exactly that reason. Your Iniitilize.vi has to do only a little work to initialize certain aspects of VISA according to the used interface such as possible message termination and serial port parameters and the rest of the instrument driver simply gets the VISA reference and does its thing and doesn't have to worry at all if it should use the Serial COMM reference or rather the TCP/IP reference. In LabVIEW accessing Serial COMM without VISA is anyhow quite a bit of extra work.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • I have an old iMac and am thinking about getting an iMac intel do I need a different kind of usb and firewire cord?

    I have an old iMac and am thinking of getting an iMac intel. Do I need a different type of usb and firewire cords to work with the new one?

    What type of Firewire cable do you have?
    If our not sure then first look up your computer with the serial number here,
    http://support.apple.com/specs/
    Then take a look at the specs for the new iMac here and see if you have compatible cable,
    http://www.apple.com/imac/specs.html

  • I have no mouse or keyboard. I have tried USB and wireless. Help?

    How can I get back control of my commuter?  Cursor floats with mouse, but no clicking.  I have used USB and wireless mouses and keyboards. Keyboard will "wake" but no other function . 2011 iMac 27. what can I do?

    These are the instructions:
    http://support.apple.com/kb/PH3878?viewlocale=en_US
    Where does the problem occur?  What happens?
    Ciao,

  • I have pluged a portable battery to the USB and my macbook pro stopped working after that, right before it shut down there was a message on the screen that said something like " USB device is withdrawing so much power, please disconnect and connect again?

    I have plugged a portable battery to the USB and my macbook pro stopped working after that, right before it shut down there was a message on the screen that said something like " USB device is withdrawing so much power, please disconnect and connect again?
    if the device I connected have caused this, shouldn't the macbook itself have some type of protection that should prevent this from happening.
    because when I took it to an apple certified maintenance shop, the guy said that now it could only run while connected to the power. it won't run on batteries. and that I have to change the motherboard.
    can I just replace the damaged part only, would apple consider this as a design issue and they could pay for it, or should I just buy a new motherboard for 800$.
    Help.

    BB1B2,
    The problem is in finding a tech shop that will/can do board level repairs on Macs. They are few. And I certainly wouldn't spend $800 on a new logic board - I would replace the computer if I had to pay that much!
    You could call around to a few repair shops and see if they feel competent to isolate the problem and do a board level repair - but I'm afraid, in the end, that your search will be futile.
    Sorry,
    Clinton

  • 4s Hotspot tethering only works with USB and BT but not with wifi

    Hi,
    XP sp3 - iPhone 4s with ios 5.0.1 - on Three one plan
    Tethering with wifi works to a friends Samsung phone, wifi on the pc confirmed working with the apple store wifi, tethering with USB and BT works with good connection speeds on my laptop but when i try to tether with wifi it connects to the laptop at 54mbps and all appears well, even claims to have received a small amount of data packets, but no data comes to any browser. The iPhone reports 1 connection to the hotspot and stays connected with a non-pulsing blue bar after the first minute.
    In the PC i have tried this http://windows.microsoft.com/en-US/windows7/Change-the-order-of-network-protocol -bindings
    I've deleted my firewall (zone alarm) completely and turned off windows firewall to go naked surfing for a second even though they don't cause a problem with USB tethering, makes no difference
    I've deleted the network connection numerous times
    "repaired" connection
    dissabled and enabled the wifi
    turned off the wireless with a hardware switch and on again
    disabled bluetooth
    rebooted many times
    reinstalled itunes (latest)
    loads more things i can't remember
    This is causing me a nightmare. I've been through everything i can find online, been to the Apple store genius bar (genius appeared to have sub zero knowledge / interest as it involved a MS machine), been to a Three shop (legally not allowed to touch my PC apparently) and been to a Sony shop (laptop make, not their fault if my iphone doesn't work). All very frustrating.
    Please help if you can! Any suggestion will be tried unless it involves sledge hammers or lakes, and only then for a few more days at most.

    Turned off bluetooth on phone, turned off hotspot and on again, phone asked if i wanted to turn on bluetooth or go with USB and wifi only, said usb/wifi only. Still nothing. Rebooted PC and iphone. Turned on hotspot, pc seemlessly connects to network, still no data comes.
    One odd thing is zone alarm asks me to "select a security zone for the wireless network at ip address: *******.0" every time and doesn't seem to remember the setting over sessions. When i get the status of the connection the ip address is *****.2 and default gateway is same ********.1 Not sure if that's anything.
    Also getting a javascript error about an undefinded component (trustcheckermozilla) since i updated zonealarm but as i said even completely uninstalling zonealarm made no difference. I'll update firefox as well but tried with IE and still no data.

  • 20" Cinema display with USB and firewire ports not working

    I have a new 20" display and was wondering why my USB and fire wire ports at the back are not working. I have an external drive that is powered hooked up to the fire wire port and a no powered piano keyboard to a usb port.
    Any help please

    Verify that the display’s USB and FireWire cables are firmly plugged in to the
    computer. Do they show in your profiler?
    Try different ports in the computer.
    Verify that your computer ports are working with other known problem free device.

  • External video projector - How can I hook up my Mini DisplayPort to DVI Adapter onto my new MacBookAir if the machine does not have a mini port (but only 2 USBs and 1 Thunderbolt)?

    Hi
    How can I hook up my DVI Adapter onto my new MacBookAir if the machine does not have a mini port (but only 2 USBs and 1 Thunderbolt)?
    Is there a DVI adaptor already for Thunderbolt?
    Thanks,
    JFR

    The Mini Display port and Thunderbolt port use compatible connector bodies. Your current Mini Display to DVI or VGA adapter will still work as before on the newer Thunderbolt capable machines.

  • MBPro w/Mini DisplayPort to Cinema Display w/only USB and Firewire ports?

    I've searched the threads for something that will explain what kind of cable I need to use my Cinema Display with my MacBook Pro, and I'm not finding anything. The MacBook Pro has the Mini DisplayPort for video out, and the Cinema Display's only ports are two USB and two FireWire.
    All of the video cables I've seen in the online Apple store are either Mini DisplayPort to DVI or Mini DisplayPort to VGA, neither of which would work. Tech support told me that the computer and the display are compatible -- can anyone tell me which cable I need?

    I have been using the display for several years, connected to my G4 PPC Mac Pro. Now that I have a new MacBook Pro, I was thinking of getting rid of the tower and simply using the laptop.
    The cord coming out of the back of the display is connected to the tower with both the DVI plug and two USB plugs. It didn't occur to me to look on that cord because my understanding was that there was a port on the display itself, and I always think of that cord as simply a power cord.
    I understand getting a DVI-to-Mini DisplayPort converter cable, but the Cinema Display is apparently powered by the Mac Pro tower. Would a laptop be able to power the Cinema Display? And would I have to connect both USB plugs to the laptop? That would take up both of the MacBook Pro's USB ports.

Maybe you are looking for