PDA

View Full Version : Addonics EXPRESS CARD Adapter + Dell Inspiron 6400


sniper9
01-12-2008, 06:06 AM
Just want to report a few problems I am having with a Addonics EXPRESS CARD Adapter (ADEXC34CB) and a Dell inspiron 6400. This device is a simple 32-bit cardbus to ExpressCard adapter which has a few flaws so far as listed below:

1) ExpreesCard Adpater needs to be inserted just before OS boot, leaving the adapter in results completely in screen loss untill a complete pown down is done, I put mine in when grub loads.

2) Inserting the Card when In Backtrack 3 results in X server going crazy, the computer will beep and than the mouse starts to move very slowly than does not work at all.

3) this is the good one. the laptop comes with an Intel 3945 mini-PCI card, putting my Ubiquiti SRC in RF Monitor mode results in the entire eth1 interface dying and the computer giving a BIOS beep. Trying my wired Interface eth0 will not connect to anything after that.

Other than all that, It works just fine with My SRC (RF Monitor Mode/ Station Mode), when you play the game right ;)

If anyone wants some more Info just let me know.

sniper9
01-15-2008, 01:16 AM
******SOLVED*******


Getting the following text in your /var/log/syslog file?


Jan 4 20:42:30 (none) kernel: [<c0103193>] common_interrupt+0x23/0x30
Jan 4 20:42:30 (none) kernel: [<f962007b>] ieee80211_ioctl_kickmac+0x1b/0x50 [wlan]
Jan 4 20:42:30 (none) kernel: [<c01356d9>] handle_IRQ_event+0x29/0x70
Jan 4 20:42:30 (none) kernel: [<c01364e0>] handle_level_irq+0x50/0xc0
Jan 4 20:42:30 (none) kernel: [<c010448e>] do_IRQ+0x3e/0x80
Jan 4 20:42:30 (none) kernel: [<c0103193>] common_interrupt+0x23/0x30
Jan 4 20:42:30 (none) kernel: [<c01356d9>] handle_IRQ_event+0x29/0x70
Jan 4 20:42:30 (none) kernel: [<c01364e0>] handle_level_irq+0x50/0xc0
Jan 4 20:42:30 (none) kernel: [<c010448e>] do_IRQ+0x3e/0x80
Jan 4 20:42:30 (none) kernel: [<c0103193>] common_interrupt+0x23/0x30
Jan 4 20:42:30 (none) kernel: [<c02ffba9>] acpi_processor_idle+0x1bc/0x2d7
Jan 4 20:42:30 (none) kernel: [<c01010ac>] cpu_idle+0x1c/0x60
Jan 4 20:42:30 (none) kernel: [<c06f27b0>] start_kernel+0x1b0/0x240
Jan 4 20:42:30 (none) kernel: [<c06f2300>] unknown_bootoption+0x0/0x190
Jan 4 20:42:30 (none) kernel: =======================
Jan 4 20:42:30 (none) kernel: handlers:
Jan 4 20:42:30 (none) kernel: [<c04ac4a0>] (usb_hcd_irq+0x0/0x60)
Jan 4 20:42:30 (none) kernel: [<f964a7f0>] (azx_interrupt+0x0/0x90 [snd_hda_intel])
Jan 4 20:42:30 (none) kernel: [<f98093e0>] (ipw_isr+0x0/0x320 [ipw3945])
Jan 4 20:42:30 (none) kernel: Disabling IRQ #11


FIX: add 'irqpoll' boot option to the END your GRUB boot file:

kernel /boot/vmlinuz root=/dev/hda2 ro vga=790 irqpoll

All my Network Interfaces now work just fine!!!!! And no more IRQ's stomping on each other toes!