Getting Wireless PCMCIA card to work

Attempting to get a Linksys wpc54G wireless PCMCIA card to work on my 1.5Ghz G4 PB.
I verified that the card works, by plugging it into to a PC.. ( works fine)
Plugging the card into my pcmcia slot, on nothing. No lights.. nothing.
I get the PCMCIA icon on the menu bar, three options
unknown vendor <-grayed out
Network controller <-grayed out
Power card off.
I read where there might be some hack that I have to do to get PCMCIA support running, but no clues after that.
Any help is greatly appreciated...
Larry

Hi,
When I got my PCMCIA wireless card (not Linksys) it came with an install CD. The G4 maybe wouldn't of known what it was or what to do with it on it's own, needed the install feature.
Works fine once installed. Did you get an install CD for it from Linksys? For the Mac OSX? If not, it might pay to check their web-site for one.

Similar Messages

  • Can't get wireless PCI card to work

    I bought a Sonnet wireless PCI card but we can't get it to work yet. Before I return it I wanted to check to make sure all the software was right.
    The AirPort utility is v4.2. The extensions are:
    Airport 3.4.7
    Airport2 4.0
    AirportFW 3.4.7
    AirportFWAP 3.4.7
    The system can see the card in the PCI slot (it didn't before upgrading the utility to 4.2, but the card doesn't detect any networks (and there are usually 3-4).
    I'm running 10.3.9 on a G4 MDD 2003.
    Thanks
    Tom

    Yes, it does have an external antenna.
    http://www.sonnettech.com/product/aria_pci.html

  • Satellite Pro A120 - Cannot get the PCMCIA card to work

    OK i have a problem with my Satellite Pro A120's (xp service pack 2) cardbus.
    I use the cardbus slot to add firewire conections via a IEEE 1394 cardbus card and have been doing this a long time. The other night my comp went into hibernate with the card still in the slot and still in use and when i tried to use it the next day the card was not working at all.
    So i thought the had died on me and brought another one, this one to be exact [http://www.newegg.com/Product/Product.aspx?Item=N82E16839314003] .
    When i plug the new card into the slot windows starts the installation add new hardware thing but does not find the driver, there is none on the provided CD and it does not conect to windows update to find one ethier. So the new card does not work and does not get installed, it just shows up with ! next to pci device.
    I have looked everywhere on the internet to find the driver, read the manual etc.I even did a fresh install of windows so it might find the drivers but nope.
    The only thing i can think of is the slot does not except 32 bit cardbus but in my manual it says this:
    "The computer is equipted with a pc card slot that can accomedate a type II card. Any pc card that meets industry standards can be installed. The slot supports 16 bit pc cards, including pc cards 16 multifunction card and cardbus pc cards. Cardbus supports a new standard of 32 bit pc cards."
    Any help please
    Thanks

    Thanks for your help but i ahve already tried this including searching the net for the driver and no luck. I've also tried microsoft update but no luck.
    The reason i can't find the drivers is because the cardbus card is supposted to be plug and play but windows doesn't have them.
    The good news is i found out my old card was 32-bit just like the new one so my laptop is compatible. I don't want to just go and by another card incase that one won't work.

  • Wireless pcmcia card runs badly in Arch but fine in Wolvix (atheros)

    I've got some differences between the way my wireless pcmcia card runs on Wolvix when compared to Arch and I'd appreciate any advice on getting it to run better.
    Basically on Arch it sometimes cuts out or stalls for short periods when downloading, but mostly it just does not reach the same speeds as I get when running Wolvix on the very same machine (or windows for that matter). It's fine for browsing in firefox, but for any sizable download the difference really shows. Both installations use Wifi-Radar to connect to the internet and madwifi for the drivers.
    Ath5k is disabled in Arch, and does not even try to start-up in Wolvix - so it's a non-issue. I no longer have the network module loading at start-up in Arch (I'd been going through the guides for ages going over my config files and then decided to stop using as many of them as possible - and instead just let wifi-radar connect for me using pretty much the same settings as Wolvix, so that as much as possible was the same as in the Wolvix install)
    The main difference seems to be that madwifi and wifiradar are both about a year out of date in Wolvix, but are the latest ones in Arch. The output of iwconfig for both installs is shown below. I've highlighted a couple of differences I spotted.
    On wolvix:-
    root@wolvix ~ # iwconfig
    lo        no wireless extensions.
    eth0      no wireless extensions.
    wifi0     no wireless extensions.
    ath0      IEEE 802.11g  ESSID:"FinniX"  Nickname:"FinniX"
              Mode:Managed  Frequency:2.447 GHz  Access Point: 00:0D:88:ED:45:25   
              Bit Rate:24 Mb/s   Tx-Power:16 dBm   Sensitivity=0/3 
              Retry:off   RTS thr:off   Fragment thr:off
              Encryption key:AB46-DF38-CDEB-89CA-23FB-67DE-47   Security mode:open
              Power Management:off
              Link Quality=24/94  Signal level=-70 dBm  Noise level=-94 dBm
              Rx invalid nwid:215  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    and on Arch:-
    [root@FinniX ~]# iwconfig
    lo        no wireless extensions.
    eth0      no wireless extensions.
    wifi0     no wireless extensions.
    ath0      IEEE 802.11g  ESSID:"FinniX"  Nickname:"FinniX"
              Mode:Managed  Frequency:2.447 GHz  Access Point: 00:0D:88:ED:45:25   
              Bit Rate:5 Mb/s   Tx-Power:16 dBm   Sensitivity=1/1 
              Retry:off   RTS thr:off   Fragment thr:off
              Encryption key:AB46-DF38-CDEB-89CA-23FB-67DE-47   Security mode:open
              Power Management:off
              Link Quality=20/70  Signal level=-74 dBm  Noise level=-94 dBm
              Rx invalid nwid:40  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    There are pretty much no differences between the outputs when I give the ifconfig command or for lsmod | grep ath. inet6 is not up as default on Arch and is on Wolvix (I followed some advice I found on a post and blacklisted it on Arch to see if it helped), but running with inet6 either up or down on arch makes no difference to the speeds, I've tried both.
    I'm unable to change the Sensitivity of the wireless card (says I cannot change it on this card when I try) and have no idea how to go about changing the max link quality from 70 to 94. Yet these are the only two unchanging values that are different between the wireless set-up of the two installations.
    I think the next move is to replace my current version of madwifi on Arch with an older version that matches the one installed in Wolvix, so that both installations use the same drivers for the card to see if it helps. But I'd really appreciate any input on why the same card functions so much worse in Arch than it does in the slackware based Wolvix.

    Thanks for the reply Zenlord I've used ndiswrapper before on another PC for a wireless USB dongle, but I never thought it'd be needed for this card since it's proven to work with madwifi in the past. But it might be worth a try anyway.
    As for the card, it's a Kcorp KLG-520 pcmcia card. This is the sites spec page for it:-
    http://www.kcorplifestyle.com/products/ … LG-520.htm
    Under chipset they give these two results:-
    RF: AR2112
    BB/MAC: AR5212
    and in Arch I get this:-
    [root@FinniX ~]# lspci | grep Atheros
    06:00.0 Ethernet controller: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
    I'll have a look to see if the other distro gives the same output later.
    Edit:-
    Wolvix output:-
    root@wolvix ~ # lspci | grep Atheros
    06:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
    Last edited by Nixie (2008-09-30 10:26:31)

  • Can't get dedicated graphics card to work.

    I can not get the dedicated graphics card to work on my laptop. I spend my night installing and uninstalling drivers, wich none of them seem to work.
    To check the card if its working, I dissabled Intel HD Graphics adapter and left the AMD, instead of getting the dedicated card to work I got "Microsoft Basic Display Driver".
    Please help me....
    EDIT: I only reinstalled AMD drivers, I didn't touched the intel ones since they work.
    My laptop: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c04089426&tmp_task=prodinfoCategory&cc=us&dlc=en...

    HI FXV,
    Thank you for your query, I will do my best to assist you.
     I understand  you have already uninstalled and then downloaded and reinstalled the recommended driver to no avail.
    Here is a link to a post by @Paul_Tikkanen  that may also help.  beta driver.  This seems to have solved the issued for someone else.
    Have you tried running the HP Support Assistant to aid with updates and resolving issues.
    Have you tried Using Automated Troubleshooting (Windows 8) to assist with this difficulty.
    You could also try Refresh Your PC to Resolve Problems (Windows 8) to resolve issues.
    That last thing I can suggest before referring to HP support is a recovery back to factory. Performing an HP System Recovery (Windows 8)
    During the recovery process you will get a prompt to backup your personal files to prevent data loss, if you have not done one recently, I suggest you do one now.
    Restoring Files that were Backed Up Using HP Recovery Manager (Windows 8).
    If none of the above has resolved the issue then I suggest contacting HP support for assistance. They have the ability to remotely access your system to help locate and resolve issues.
    Please call HP technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region HP Technical Support Sitemap.
    Please let me know the outcome.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to get micro sd card to work

    how to get micro sd card to work.. my phone says total space 7.40GB for sSD card and that's whats available. I put a micro SD card in but no change?

    You put the card in and go to settings and go to storage and scroll down to sd card and click mount ad card

  • Linux driver for wireless PCMCIA card CD54G2

    I puchased a wireless PCMCIA card - doesn't say who produced it, but is says: "Marketing name: CB54G2", so I guess it is made by MSI.
    I have dual boot laptop - WinXP and Linux Suse 9.1 Professional. I have no problem using this card under WinXp, but I am looking for a Linux driver for this card. Any idea where I find it?
    Thanks,
    Zalek

    Hi,
    Download and install the driver for Realtek wireless RTL8185L from  here.
    Use the Windows 7 driver. If there will be problem with the installation process then use the Compatibility mode.
    Resource:
    Windows 8 compatibility mode
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • Equium L10 doesn't recognise any wireless PCMCIA card that I install

    Hi,
    I've just bought a brand new Toshiba Equium L10 and I can't get any wireless card to install. I have tried different models from Belkin, Netgear and MSI, all of which work perfectly fine on other laptops but not on this one.
    The L10 is a clean Windows XP SP2 build straight from the retailer and I am carrying out the following steps to install the wireless network card:
    1. Start Windows XP SP2 and log on as admin
    2. Run software for the wireless card
    3. Insert wireless card
    At this stage, windows only recognises the wireless card as an ethernet adaptor and won't install the drivers. Even if I install it manually and point it specifically to the correct directory, it still fails to pick up the drivers and says that there is nothing in the directory for the hardware that I am installing.
    I have the latest BIOS for the L10 and have tried all of the following to no avail:
    1. Disable USB legacy support in BIOS
    2. Disable built in ethernet
    3. Run Toshiba PC Diagnostics (reports that everything is working just fine including PCMCIA)
    4. Rebuild laptop using supplied Toshiba DVD
    Does anyone have any idea what could possibly be wrong? This is driving me crazy and I've never had this kind of issue with any other laptop. Is this a known fault with Toshiba laptops and what's the fix?
    Is it a Win XP SP2 problem? Is my laptop faulty?
    Thanks in advance.
    Regards,
    K.
    [Edited by: admin on 06-Apr-06 06:51]

    Can you post the details of this card?
    Did you contact the PCMCIA card manufacture for support? Maybe there is a new driver release for this card.
    I have noticed some problems with a Vodafone PCMICA card on a Satellite P10. This card has caused a blue screen on the unit. Well, the disabling of hyper threading technology in the BIOS has solved this issue. On another cards the new driver release has also solved some strange problems.
    However, what I would say is there are many things which could have a bad influence.
    Firstly I would recommend to ask the card manufacture for a support.

  • Wireless pci card - not working under OS 9

    Hello everyone,
    I very rarely post on OS 9 sub board, but I have one quick question. First off, my mac is a powerful(to me it is!) 2003 MDD dual 1.25(last before G5) and has 2GB memory with 2GB L3 cache per processor.
    Now thats out of the way. I would like to know if the Belkin F5D7000 card(wireless-G 802.11g) supports working under OS 9.2.2? If Belkin does not have a driver for it, is there a generic driver I can install which would allow my wireless card to work under OS 9.2.2? Yes, I have the FW400 based system, however I might consider going with the FW800, but I would like to know really what the big differences are between the FW400 and FW800 machines?
    I know the FW800 has ONE FW800 port, has a slot to support AIRPORT EXTREME card(though my machine has a PCI Belkin F5D7000 wireless-G airport extreme card). It also has support for bluetooth which I wouldn't really use anyway since I have no device to make use of bluetooth.
    So, my question really is, is there a way to get the wireless card to be recognized under OS 9.2.2 even though Belkin does not have a driver for it? I really would like to use OS 9.2.2 sometimes, but its useless to me if I can't get on the i-net, and regular ethernet is NOT AN OPTION since where I live is only wireless internet.
    Ideas? Suggestions?

    Hi,
    A ethernet to wifi bridge is connected to your computer via the ethernet port.
    ex: http://www.macsense.com/product/networking/wua800-1.html
    So there is no need for driver in the OS since it's using the ethernet port like connected via a wire. It's the box that convert it to a wifi signal. You could even use this for OS X, Windows or Linux etc...
    Many manufacturers make this kind of device.
    A+

  • Linksys wmp11_v4 wireless pci card finally working

    It's a common cheap wireless  pci card. I just got it working today so thought i would post it here in case anyone searches for wmp11.
    Heres how i got it to work.
    The _v4 pci cards use an inproconn chipset. I have it working perfectly with ndiswrapper and this driver ftp://ftp.linksys.com/pub/network/wmp11_v4_dr.zip
    you have to ./configure && make && make install ndiswrapper from source!!! Then load all 3 inf files with 'ndiswrapper -i file.inf'
    I added 'wlan0="dhcp"' to rc.conf and added ndiswrapper to the modules. instead of restarting, as root 'modprobe ndiswrapper'
    lastly do 'ifconfig wlan0 up', after that either use the gtk wifi-radar or kwifimanager or read some man pages...
    I'm stealing my neighbors wireless right now using this card..
    Last edited by droog (2007-06-30 08:01:09)

    The error you're getting means the card is having a hard time properly connecting to the signal of your router. This maybe a cause of interference or a distance problem. Since everything was working before, it's possible that a new interference in your environment is causing the problem or there's something wrong either with the router or the card.
    Have you picked up other SSIDs on the card also showing a decent signal strength and using the same channel as yours? You may also upgrade the firmware of your router or update the driver of the card though.

  • Solved: Can't get Dell WLAN card to work

    Hi,
    Thet computer in question is a Dell XPS 1520. It incorporates a Dell Wireless 1505 Draft 802.11n WLAN Mini-Card (supposedly working with bcm43xx).
    dmesg:
    Linux version 2.6.24-ARCH (root@T-POWA-LX) (gcc version 4.3.0 (GCC) ) #1 SMP PREEMPT Mon Mar 24 11:54:58 UTC 2008
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bfe6d800 (usable)
    BIOS-e820: 00000000bfe6d800 - 00000000c0000000 (reserved)
    BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
    BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
    BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
    BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    2174MB HIGHMEM available.
    896MB LOWMEM available.
    Entering add_active_range(0, 0, 786029) 0 entries of 256 used
    Zone PFN ranges:
    DMA 0 -> 4096
    Normal 4096 -> 229376
    HighMem 229376 -> 786029
    Movable zone start PFN for each node
    early_node_map[1] active PFN ranges
    0: 0 -> 786029
    On node 0 totalpages: 786029
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 4064 pages, LIFO batch:0
    Normal zone: 1760 pages used for memmap
    Normal zone: 223520 pages, LIFO batch:31
    HighMem zone: 4348 pages used for memmap
    HighMem zone: 552305 pages, LIFO batch:31
    Movable zone: 0 pages used for memmap
    DMI 2.4 present.
    ACPI: RSDP 000FBBF0, 0024 (r2 DELL )
    ACPI: XSDT BFE6F200, 005C (r1 DELL M08 27D80415 ASL 61)
    ACPI: FACP BFE6F09C, 00F4 (r4 DELL M08 27D80415 ASL 61)
    ACPI: DSDT BFE6F800, 5658 (r2 INT430 SYSFexxx 1001 INTL 20050624)
    ACPI: FACS BFE7E000, 0040
    ACPI: HPET BFE6F300, 0038 (r1 DELL M08 1 ASL 61)
    ACPI: APIC BFE6F400, 0068 (r1 DELL M08 27D80415 ASL 47)
    ACPI: MCFG BFE6F3C0, 003E (r16 DELL M08 27D80415 ASL 61)
    ACPI: SLIC BFE6F49C, 0176 (r1 DELL M08 27D80415 ASL 61)
    ACPI: BOOT BFE6EFC0, 0028 (r1 DELL M08 27D80415 ASL 61)
    ACPI: SSDT BFE6D97A, 04CC (r1 PmRef CpuPm 3000 INTL 20050624)
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Processor #0 7:7 APIC version 20
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Processor #1 7:7 APIC version 20
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Using ACPI (MADT) for SMP configuration information
    Allocating PCI resources starting at c4000000 (gap: c0000000:34000000)
    swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
    swsusp: Registered nosave memory region: 00000000000a0000 - 0000000000100000
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 779889
    Kernel command line: root=/dev/sda3 ro vga=792
    mapped APIC to ffffb000 (fee00000)
    mapped IOAPIC to ffffa000 (fec00000)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Detected 2393.515 MHz processor.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 3112140k/3144116k available (2589k kernel code, 30688k reserved, 845k data, 292k init, 2226612k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff80000 - 0xfffff000 ( 508 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
    lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
    .init : 0xc0461000 - 0xc04aa000 ( 292 kB)
    .data : 0xc03876ea - 0xc045acdc ( 845 kB)
    .text : 0xc0100000 - 0xc03876ea (2589 kB)
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
    hpet clockevent registered
    Calibrating delay using timer specific routine.. 4792.33 BogoMIPS (lpj=7984541)
    Security Framework initialized
    Capability LSM initialized
    Mount-cache hash table entries: 512
    CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0008e3bd 00000000 00000001 00000001
    monitor/mwait feature present.
    using mwait in idle threads.
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 3072K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0008e3bd 00000000 00000001 00000001
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Compat vDSO mapped to ffffe000.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Early unpacking initramfs... done
    ACPI: Core revision 20070126
    ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
    CPU0: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz stepping 06
    SMP alternatives: switching to SMP code
    Booting processor 1/1 eip 3000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4788.12 BogoMIPS (lpj=7977800)
    CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0008e3bd 00000000 00000001 00000001
    monitor/mwait feature present.
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 3072K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0008e3bd 00000000 00000001 00000001
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#1.
    CPU1: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz stepping 06
    Total of 2 processors activated (9581.46 BogoMIPS).
    ENABLING IO-APIC IRQs
    ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    net_namespace: 64 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: Using MMCONFIG
    Setting up standard PCI resources
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
    PCI quirk: region 1080-10bf claimed by ICH6 GPIO
    PCI: Transparent bridge - 0000:00:1e.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *7
    ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
    ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *4
    ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnpacpi: exceeded the max number of mem resources: 12
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    SCSI subsystem initialized
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    Time: tsc clocksource has been installed.
    system 00:05: ioport range 0xc80-0xcff could not be reserved
    system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved
    system 00:09: ioport range 0x900-0x97f has been reserved
    system 00:09: ioport range 0x4d0-0x4d1 has been reserved
    system 00:09: ioport range 0x1000-0x1005 has been reserved
    system 00:09: ioport range 0x1008-0x100f has been reserved
    system 00:0a: ioport range 0xf400-0xf4fe has been reserved
    system 00:0a: ioport range 0x1006-0x1007 has been reserved
    system 00:0a: ioport range 0x100a-0x1059 could not be reserved
    system 00:0a: ioport range 0x1060-0x107f has been reserved
    system 00:0a: ioport range 0x1080-0x10bf has been reserved
    system 00:0a: ioport range 0x10c0-0x10df has been reserved
    system 00:0a: ioport range 0x1010-0x102f has been reserved
    system 00:0a: ioport range 0x809-0x809 has been reserved
    system 00:0b: iomem range 0x0-0x9efff could not be reserved
    system 00:0b: iomem range 0x9f000-0x9ffff could not be reserved
    system 00:0b: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0b: iomem range 0x100000-0xbfe6d7ff could not be reserved
    system 00:0b: iomem range 0xbfe6d800-0xbfefffff could not be reserved
    system 00:0b: iomem range 0xbff00000-0xbfffffff could not be reserved
    system 00:0b: iomem range 0xbff00000-0xc06fffff could not be reserved
    system 00:0b: iomem range 0xfff00000-0xffffffff could not be reserved
    system 00:0b: iomem range 0xffa00000-0xffafffff has been reserved
    system 00:0b: iomem range 0xfec00000-0xfec0ffff could not be reserved
    system 00:0b: iomem range 0xfee00000-0xfee0ffff could not be reserved
    PCI: Bridge: 0000:00:01.0
    IO window: d000-dfff
    MEM window: fa000000-feafffff
    PREFETCH window: e0000000-efffffff
    PCI: Bridge: 0000:00:1c.0
    IO window: disabled.
    MEM window: disabled.
    PREFETCH window: disabled.
    PCI: Bridge: 0000:00:1c.1
    IO window: disabled.
    MEM window: f9f00000-f9ffffff
    PREFETCH window: f0000000-f00fffff
    PCI: Bridge: 0000:00:1c.3
    IO window: c000-cfff
    MEM window: f9c00000-f9efffff
    PREFETCH window: f0100000-f03fffff
    PCI: Bridge: 0000:00:1e.0
    IO window: disabled.
    MEM window: f9b00000-f9bfffff
    PREFETCH window: disabled.
    ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:01.0 to 64
    ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    ACPI: PCI Interrupt 0000:00:1c.1[b] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:00:1c.1 to 64
    ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 18
    PCI: Setting latency timer of device 0000:00:1c.3 to 64
    PCI: Setting latency timer of device 0000:00:1e.0 to 64
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    checking if image is initramfs... it is
    Freeing initrd memory: 497k freed
    Simple Boot Flag at 0x79 set to 0x1
    apm: BIOS not found.
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Installing knfsd (copyright (C) 1996 [email protected]).
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    Boot video device is 0000:01:00.0
    PCI: Setting latency timer of device 0000:00:01.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:01.0:pcie00]
    Allocate Port Service[0000:00:01.0:pcie02]
    Allocate Port Service[0000:00:01.0:pcie03]
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.0:pcie00]
    Allocate Port Service[0000:00:1c.0:pcie02]
    Allocate Port Service[0000:00:1c.0:pcie03]
    PCI: Setting latency timer of device 0000:00:1c.1 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.1:pcie00]
    Allocate Port Service[0000:00:1c.1:pcie02]
    Allocate Port Service[0000:00:1c.1:pcie03]
    PCI: Setting latency timer of device 0000:00:1c.3 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.3:pcie00]
    Allocate Port Service[0000:00:1c.3:pcie02]
    Allocate Port Service[0000:00:1c.3:pcie03]
    vesafb: framebuffer at 0xfb000000, mapped to 0xf8880000, using 6144k, total 14336k
    vesafb: mode is 1024x768x32, linelength=4096, pages=1
    vesafb: protected mode interface info at c000:b7a0
    vesafb: pmi: set display start = c00cb803, set palette = c00cb85e
    vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
    vesafb: scrolling: redraw
    vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    loop: module loaded
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    RPC: Registered udp transport module.
    RPC: Registered tcp transport module.
    Using IPI No-Shortcut mode
    Freeing unused kernel memory: 292k freed
    libata version 3.00 loaded.
    ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1f.1 to 64
    ACPI: PCI interrupt for device 0000:00:1f.1 disabled
    ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:00:1f.2 to 64
    ACPI: PCI interrupt for device 0000:00:1f.2 disabled
    ata_piix 0000:00:1f.1: version 2.12
    ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:1f.1 to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
    ata1.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T21N, A1R1, max UDMA/33
    ata1.00: configured for UDMA/33
    ata2: port disabled. ignoring.
    scsi 0:0:0:0: CD-ROM HL-DT-ST DVD+-RW GSA-T21N A1R1 PQ: 0 ANSI: 5
    ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    ACPI: PCI Interrupt 0000:00:1f.2[b] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:00:1f.2 to 64
    scsi2 : ata_piix
    scsi3 : ata_piix
    ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 17
    ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 17
    ata3.00: ATA-8: WDC WD2500BEVS-75UST0, 01.01A01, max UDMA/133
    ata3.00: 488397168 sectors, multi 8: LBA48 NCQ (depth 0/32)
    ata3.00: configured for UDMA/133
    scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEVS-7 01.0 PQ: 0 ANSI: 5
    Driver 'sr' needs updating - please use bus_type methods
    Driver 'sd' needs updating - please use bus_type methods
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 0:0:0:0: Attached scsi CD-ROM sr0
    sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
    sd 2:0:0:0: [sda] Write Protect is off
    sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 2:0:0:0: [sda] Attached SCSI disk
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1b.0 to 64
    fuse init (API version 7.9)
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Lid Switch as /devices/virtual/input/input2
    ACPI: Lid Switch [LID]
    input: Power Button (CM) as /devices/virtual/input/input3
    ACPI: Power Button (CM) [PBTN]
    input: Sleep Button (CM) as /devices/virtual/input/input4
    ACPI: Sleep Button (CM) [SBTN]
    ACPI: SSDT BFE6E4B0, 02C8 (r1 PmRef Cpu0Ist 3000 INTL 20050624)
    ACPI: SSDT BFE6DE46, 05E5 (r1 PmRef Cpu0Cst 3001 INTL 20050624)
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: Processor [CPU0] (supports 8 throttling states)
    ACPI: SSDT BFE6E778, 00C4 (r1 PmRef Cpu1Ist 3000 INTL 20050624)
    ACPI: SSDT BFE6E42B, 0085 (r1 PmRef Cpu1Cst 3000 INTL 20050624)
    ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: Processor [CPU1] (supports 8 throttling states)
    Marking TSC unstable due to: TSC halts in idle.
    Time: hpet clocksource has been installed.
    ACPI: Thermal Zone [THM] (48 C)
    sr 0:0:0:0: Attached scsi generic sg0 type 5
    sd 2:0:0:0: Attached scsi generic sg1 type 0
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 20 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:1a.0 to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    Linux agpgart interface v0.102
    ACPI: PCI Interrupt 0000:00:1a.1[b] -> GSI 21 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1a.1 to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1a.1: irq 19, io base 0x00006f00
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.1[b] -> GSI 21 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:00:1d.1 to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006f60
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:2e/LNXVIDEO:00/input/input5
    ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 22 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:1d.2 to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.2: irq 21, io base 0x00006f40
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    input: PC Speaker as /devices/platform/pcspkr/input/input6
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input7
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 22 (level, low) -> IRQ 21
    PCI: Setting latency timer of device 0000:00:1a.7 to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
    ehci_hcd 0000:00:1a.7: debug port 1
    PCI: cache line size of 32 is not supported by device 0000:00:1a.7
    ehci_hcd 0000:00:1a.7: irq 21, io mem 0xfed1c400
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb6: configuration #1 chosen from 1 choice
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 4 ports detected
    ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:02/input/input8
    ACPI: Video Device [VID2] (multi-head: yes rom: no post: no)
    sdhci: SDHCI controller found at 0000:03:01.1 [1180:0822] (rev 22)
    ACPI: PCI Interrupt 0000:03:01.1[b] -> GSI 18 (level, low) -> IRQ 22
    mmc0: SDHCI at 0xf9bfd500 irq 22 DMA
    ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 19 (level, low) -> IRQ 18
    ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20
    PCI: Setting latency timer of device 0000:00:1d.7 to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
    ehci_hcd 0000:00:1d.7: debug port 1
    PCI: cache line size of 32 is not supported by device 0000:00:1d.7
    ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
    usb 5-2: new full speed USB device using uhci_hcd and address 2
    ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18] MMIO=[f9bfd800-f9bfdfff] Max Packet=[2048] IR/IT contexts=[4/4]
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb7: configuration #1 chosen from 1 choice
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 6 ports detected
    ACPI: PCI Interrupt 0000:00:1f.3[b] -> GSI 17 (level, low) -> IRQ 17
    ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
    ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
    b44.c:v2.0
    eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:1d:09:bb:90:2b
    Clocksource tsc unstable (delta = -119079669 ns)
    usb 7-6: new high speed USB device using ehci_hcd and address 2
    Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04793/0x300000
    serio: Synaptics pass-through port at isa0060/serio1/input0
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    usb 7-6: configuration #1 chosen from 1 choice
    ieee1394: Host added: ID:BUS[0-00:1023] GUID[464fc0003189d070]
    EXT3 FS on sda3, internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda4, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    NTFS driver 2.1.29 [Flags: R/W MODULE].
    NTFS volume version 3.1.
    Adding 2048276k swap on /dev/sda2. Priority:-1 extents:1 across:2048276k
    ieee80211_crypt: registered algorithm 'NULL'
    ieee80211: 802.11 data/management/control stack, git-1.1.13
    ieee80211: Copyright (C) 2004-2005 Intel Corporation <[email protected]>
    bcm43xx driver
    usb 7-2: new high speed USB device using ehci_hcd and address 3
    usb 7-2: configuration #1 chosen from 1 choice
    Initializing USB Mass Storage driver...
    scsi4 : SCSI emulation for USB Mass Storage devices
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    scsi 4:0:0:0: Direct-Access Ut165 USB2FlashStorage 0.00 PQ: 0 ANSI: 2
    sd 4:0:0:0: [sdb] 15794176 512-byte hardware sectors (8087 MB)
    sd 4:0:0:0: [sdb] Write Protect is off
    sd 4:0:0:0: [sdb] Mode Sense: 00 00 00 00
    sd 4:0:0:0: [sdb] Assuming drive cache: write through
    sd 4:0:0:0: [sdb] 15794176 512-byte hardware sectors (8087 MB)
    sd 4:0:0:0: [sdb] Write Protect is off
    sd 4:0:0:0: [sdb] Mode Sense: 00 00 00 00
    sd 4:0:0:0: [sdb] Assuming drive cache: write through
    sdb: unknown partition table
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    sd 4:0:0:0: Attached scsi generic sg2 type 0
    usb-storage: device scan complete
    NTFS volume version 3.1.
    lsdev:
    Device DMA IRQ I/O Ports
    0000:00:1a.0 6f20-6f3f
    0000:00:1a.1 6f00-6f1f
    0000:00:1d.0 6f80-6f9f
    0000:00:1d.1 6f60-6f7f
    0000:00:1d.2 6f40-6f5f
    0000:00:1f.0 1000-107f 1080-10bf
    0000:00:1f.1 0170-0177 01f0-01f7 0376-0376 03f6-03f6 6fa0-6faf
    0000:00:1f.2 6eb0-6eb7 6eb8-6ebb 6ec0-6ec7 6ec8-6ecb 6ee0-6eef eff0-efff
    0000:00:1f.3 10c0-10df
    0000:01:00.0 df00-df7f
    acpi 9
    ACPI 1000-1003 1004-1005 1008-100b 1010-1015 1020-1020 1028-102f
    cascade 4
    dma 0080-008f
    dma1 0000-001f
    dma2 00c0-00df
    ehci_hcd:usb6 21
    ehci_hcd:usb7 20
    fpu 00f0-00ff
    i801_smbus 10c0-10df
    i8042 1 12
    keyboard 0060-006f
    libata 14 15 17 0170-0177 01f0-01f7 0376-0376 03f6-03f6 6eb0-6eb7 6eb8-6ebb 6ec0-6ec7 6ec8-6ecb 6ee0-6eef 6fa0-6faf
    ohci1394 18
    PCI 0cf8-0cff c000-cfff d000-dfff
    pic1 0020-0021
    pic2 00a0-00a1
    pnp 04d0-04d1 0809-0809 0900-097f 1000-1005 1006-1007 1008-100f 1010-102f 1060-107f 1080-10bf 10c0-10df f400-f4fe
    rtc0 8 0070-0071
    sdhci:slot0 22
    timer 0
    timer0 0040-0043
    timer1 0050-0053
    uhci_hcd 6f00-6f1f 6f20-6f3f 6f40-6f5f 6f60-6f7f 6f80-6f9f
    uhci_hcd:usb4 19
    vesafb 03c0-03df
    lspci:
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information <?>
    00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 0000d000-0000dfff
    Memory behind bridge: fa000000-feafffff
    Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [88] Subsystem: Dell Unknown device 01f1
    Capabilities: [80] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
    Address: 00000000 Data: 0000
    Capabilities: [a0] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us
    ClockPM- Suprise- LLActRep- BwNot-
    LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise-
    Slot # 1, PowerLimit 75.000000; Interlock- NoCompl+
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Off, PwrInd On, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
    Changed: MRL- PresDet+ LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [140] Root Complex Link <?>
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 20
    Region 4: I/O ports at 6f20 [size=32]
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 19
    Region 4: I/O ports at 6f00 [size=32]
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) (prog-if 20 [EHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 21
    Region 0: Memory at fed1c400 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 19
    Region 0: Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    Address: 0000000000000000 Data: 0000
    Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
    ExtTag- RBE- FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
    ClockPM- Suprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [130] Root Complex Link <?>
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
    ClockPM- Suprise- LLActRep+ BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+
    Slot # 2, PowerLimit 6.500000; Interlock- NoCompl-
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
    Changed: MRL- PresDet- LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal+ PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
    Address: 00000000 Data: 0000
    Capabilities: [90] Subsystem: Dell Unknown device 01f1
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
    Memory behind bridge: f9f00000-f9ffffff
    Prefetchable memory behind bridge: 00000000f0000000-00000000f00fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #2, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us
    ClockPM- Suprise- LLActRep+ BwNot-
    LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+
    Slot # 3, PowerLimit 6.500000; Interlock- NoCompl-
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
    Changed: MRL- PresDet- LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
    Address: 00000000 Data: 0000
    Capabilities: [90] Subsystem: Dell Unknown device 01f1
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=0d, subordinate=0e, sec-latency=0
    I/O behind bridge: 0000c000-0000cfff
    Memory behind bridge: f9c00000-f9efffff
    Prefetchable memory behind bridge: 00000000f0100000-00000000f03fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #4, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
    ClockPM- Suprise- LLActRep+ BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+
    Slot # 5, PowerLimit 6.500000; Interlock- NoCompl-
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
    Changed: MRL- PresDet- LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
    Address: 00000000 Data: 0000
    Capabilities: [90] Subsystem: Dell Unknown device 01f1
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 20
    Region 4: I/O ports at 6f80 [size=32]
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 19
    Region 4: I/O ports at 6f60 [size=32]
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 21
    Region 4: I/O ports at 6f40 [size=32]
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02) (prog-if 20 [EHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 20
    Region 0: Memory at fed1c000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2) (prog-if 01 [Subtractive decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
    Memory behind bridge: f9b00000-f9bfffff
    Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [50] Subsystem: Dell Unknown device 01f1
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information <?>
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02) (prog-if 8a [Master SecP PriP])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: I/O ports at 01f0 [size=8]
    Region 1: I/O ports at 03f4 [size=1]
    Region 2: I/O ports at 0170 [size=8]
    Region 3: I/O ports at 0374 [size=1]
    Region 4: I/O ports at 6fa0 [size=16]
    00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 17
    Region 0: I/O ports at 6eb0 [size=8]
    Region 1: I/O ports at 6eb8 [size=4]
    Region 2: I/O ports at 6ec0 [size=8]
    Region 3: I/O ports at 6ec8 [size=4]
    Region 4: I/O ports at 6ee0 [size=16]
    Region 5: I/O ports at eff0 [size=16]
    Capabilities: [70] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin B routed to IRQ 17
    Region 0: Memory at febfbf00 (32-bit, non-prefetchable) [size=256]
    Region 4: I/O ports at 10c0 [size=32]
    01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600M GT (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Dell Unknown device 01f1
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 7
    Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
    Region 5: I/O ports at df00 [size=128]
    Expansion ROM at fea00000 [disabled] [size=128K]
    Capabilities: [60] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    Address: 0000000000000000 Data: 0000
    Capabilities: [78] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us
    ClockPM- Suprise- LLActRep- BwNot-
    LnkCtl: ASPM L0s L1 Enabled; RCB 128 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information <?>
    03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64
    Interrupt: pin A routed to IRQ 17
    Region 0: Memory at f9bfe000 (32-bit, non-prefetchable) [size=8K]
    Capabilities: [40] Power Management version 2
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=2 PME-
    03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) (prog-if 10 [OHCI])
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64 (500ns min, 1000ns max), Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 18
    Region 0: Memory at f9bfd800 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [dc] Power Management version 2
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=2 PME+
    03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) (prog-if 01)
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 22
    Region 0: Memory at f9bfd500 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=2 PME-
    03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 4
    Region 0: Memory at f9bfd600 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=2 PME-
    03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
    Subsystem: Dell Unknown device 01f1
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 64, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 4
    Region 0: Memory at f9bfd700 (32-bit, non-prefetchable) [size=256]
    Capabilities: [80] Power Management version 2
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=2 PME-
    0c:00.0 Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 03)
    Subsystem: Dell Wireless 1500 Draft 802.11n WLAN Mini-card
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 10
    Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
    Region 2: Memory at f0000000 (64-bit, prefetchable) [size=1M]
    Capabilities: [40] Power Management version 2
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=2 PME-
    Capabilities: [58] Vendor Specific Information <?>
    Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    Address: 0000000000000000 Data: 0000
    Capabilities: [d0] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM unknown, Latency L0 <4us, L1 <64us
    ClockPM- Suprise+ LLActRep- BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100] Advanced Error Reporting <?>
    Capabilities: [13c] Virtual Channel <?>
    Capabilities: [160] Device Serial Number 1e-00-c0-ff-ff-4c-93-be
    Capabilities: [16c] Power Budgeting <?>
    Last edited by Fackamato (2008-06-14 12:12:40)

    (continued from above, too big post size)
    lsusb:
    Bus 007 Device 003: ID 1307:0165 Transcend Information, Inc.
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x1307 Transcend Information, Inc.
    idProduct 0x0165
    bcdDevice 1.00
    iManufacturer 1 USBest Technology
    iProduct 2 USB Mass Storage Device
    iSerial 3 08043078899215
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 39
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 98mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 3
    bInterfaceClass 8 Mass Storage
    bInterfaceSubClass 6 SCSI
    bInterfaceProtocol 80 Bulk (Zip)
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x01 EP 1 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x82 EP 2 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 8
    Device Qualifier (for other device speed):
    bLength 10
    bDescriptorType 6
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    bNumConfigurations 1
    Bus 007 Device 002: ID 05a9:2640 OmniVision Technologies, Inc.
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 239 Miscellaneous Device
    bDeviceSubClass 2 ?
    bDeviceProtocol 1 Interface Association
    bMaxPacketSize0 64
    idVendor 0x05a9 OmniVision Technologies, Inc.
    idProduct 0x2640
    bcdDevice 1.00
    iManufacturer 1 OmniVision Technologies, Inc. -2640-07.07.20.3
    iProduct 2 Laptop Integrated Webcam
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 705
    bNumInterfaces 2
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 500mA
    Interface Association:
    bLength 8
    bDescriptorType 11
    bFirstInterface 0
    bInterfaceCount 2
    bFunctionClass 14 Video
    bFunctionSubClass 3 Video Interface Collection
    bFunctionProtocol 0
    iFunction 2 Laptop Integrated Webcam
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 14 Video
    bInterfaceSubClass 1 Video Control
    bInterfaceProtocol 0
    iInterface 2 Laptop Integrated Webcam
    VideoControl Interface Descriptor:
    bLength 13
    bDescriptorType 36
    bDescriptorSubtype 1 (HEADER)
    bcdUVC 1.00
    wTotalLength 109
    dwClockFrequency 30.000000MHz
    bInCollection 1
    baInterfaceNr( 0) 1
    VideoControl Interface Descriptor:
    bLength 17
    bDescriptorType 36
    bDescriptorSubtype 2 (INPUT_TERMINAL)
    bTerminalID 1
    wTerminalType 0x0201 Camera Sensor
    bAssocTerminal 0
    iTerminal 0
    wObjectiveFocalLengthMin 0
    wObjectiveFocalLengthMax 0
    wOcularFocalLength 0
    bControlSize 2
    bmControls 0x00000a00
    Zoom (Absolute)
    PanTilt (Absolute)
    VideoControl Interface Descriptor:
    bLength 9
    bDescriptorType 36
    bDescriptorSubtype 3 (OUTPUT_TERMINAL)
    bTerminalID 3
    wTerminalType 0x0101 USB Streaming
    bAssocTerminal 0
    bSourceID 5
    iTerminal 0
    VideoControl Interface Descriptor:
    bLength 7
    bDescriptorType 36
    bDescriptorSubtype 4 (SELECTOR_UNIT)
    bUnitID 4
    bNrInPins 1
    baSource( 0) 1
    iSelector 0
    VideoControl Interface Descriptor:
    bLength 11
    bDescriptorType 36
    bDescriptorSubtype 5 (PROCESSING_UNIT)
    Warning: Descriptor too short
    bUnitID 5
    bSourceID 4
    wMaxMultiplier 0
    bControlSize 2
    bmControls 0x0000557f
    Brightness
    Contrast
    Hue
    Saturation
    Sharpness
    Gamma
    White Balance Temperature
    Backlight Compensation
    Power Line Frequency
    White Balance Temperature, Auto
    Digital Multiplier
    iProcessing 0
    bmVideoStandards 0x1a
    NTSC - 525/60
    SECAM - 625/50
    NTSC - 625/50
    VideoControl Interface Descriptor:
    bLength 26
    bDescriptorType 36
    bDescriptorSubtype 6 (EXTENSION_UNIT)
    bUnitID 7
    guidExtensionCode {8a0f88dd-ba1c-5449-8a25-f7875967f0f7}
    bNumControl 1
    bNrPins 1
    baSourceID( 0) 1
    bControlSize 1
    bmControls( 0) 0x01
    iExtension 0
    VideoControl Interface Descriptor:
    bLength 26
    bDescriptorType 36
    bDescriptorSubtype 6 (EXTENSION_UNIT)
    bUnitID 6
    guidExtensionCode {08f74a8e-ab51-2546-a2a2-31aab38e59da}
    bNumControl 1
    bNrPins 1
    baSourceID( 0) 5
    bControlSize 1
    bmControls( 0) 0x01
    iExtension 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 16
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 0
    bNumEndpoints 0
    bInterfaceClass 14 Video
    bInterfaceSubClass 2 Video Streaming
    bInterfaceProtocol 0
    iInterface 0
    VideoStreaming Interface Descriptor:
    bLength 15
    bDescriptorType 36
    bDescriptorSubtype 1 (INPUT_HEADER)
    bNumFormats 2
    wTotalLength 485
    bEndPointAddress 129
    bmInfo 0
    bTerminalLink 3
    bStillCaptureMethod 0
    bTriggerSupport 0
    bTriggerUsage 0
    bControlSize 1
    bmaControls( 0) 11
    bmaControls( 1) 11
    VideoStreaming Interface Descriptor:
    bLength 11
    bDescriptorType 36
    bDescriptorSubtype 6 (FORMAT_MJPEG)
    bFormatIndex 1
    bNumFrameDescriptors 9
    bFlags 1
    Fixed-size samples: Yes
    bDefaultFrameIndex 1
    bAspectRatioX 0
    bAspectRatioY 0
    bmInterlaceFlags 0x00
    Interlaced stream or variable: No
    Fields per frame: 1 fields
    Field 1 first: No
    Field pattern: Field 1 only
    bCopyProtect 0
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 1
    bmCapabilities 0x00
    Still image unsupported
    wWidth 640
    wHeight 480
    dwMinBitRate 147456000
    dwMaxBitRate 147456000
    dwMaxVideoFrameBufferSize 614400
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 2
    bmCapabilities 0x00
    Still image unsupported
    wWidth 160
    wHeight 120
    dwMinBitRate 9216000
    dwMaxBitRate 9216000
    dwMaxVideoFrameBufferSize 38400
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 3
    bmCapabilities 0x00
    Still image unsupported
    wWidth 176
    wHeight 144
    dwMinBitRate 12165120
    dwMaxBitRate 12165120
    dwMaxVideoFrameBufferSize 50688
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 4
    bmCapabilities 0x00
    Still image unsupported
    wWidth 320
    wHeight 240
    dwMinBitRate 36864000
    dwMaxBitRate 36864000
    dwMaxVideoFrameBufferSize 153600
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 5
    bmCapabilities 0x00
    Still image unsupported
    wWidth 352
    wHeight 288
    dwMinBitRate 48660480
    dwMaxBitRate 48660480
    dwMaxVideoFrameBufferSize 202752
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 6
    bmCapabilities 0x00
    Still image unsupported
    wWidth 800
    wHeight 600
    dwMinBitRate 230400000
    dwMaxBitRate 230400000
    dwMaxVideoFrameBufferSize 960000
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 7
    bmCapabilities 0x00
    Still image unsupported
    wWidth 1024
    wHeight 768
    dwMinBitRate 94371840
    dwMaxBitRate 94371840
    dwMaxVideoFrameBufferSize 1572864
    dwDefaultFrameInterval 1000000
    bFrameIntervalType 1
    dwFrameInterval( 0) 1000000
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 8
    bmCapabilities 0x00
    Still image unsupported
    wWidth 1280
    wHeight 1024
    dwMinBitRate 157286400
    dwMaxBitRate 157286400
    dwMaxVideoFrameBufferSize 2621440
    dwDefaultFrameInterval 1000000
    bFrameIntervalType 1
    dwFrameInterval( 0) 1000000
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 7 (FRAME_MJPEG)
    bFrameIndex 9
    bmCapabilities 0x00
    Still image unsupported
    wWidth 1600
    wHeight 1200
    dwMinBitRate 230400000
    dwMaxBitRate 230400000
    dwMaxVideoFrameBufferSize 3840000
    dwDefaultFrameInterval 1000000
    bFrameIntervalType 1
    dwFrameInterval( 0) 1000000
    VideoStreaming Interface Descriptor:
    bLength 6
    bDescriptorType 36
    bDescriptorSubtype 13 (COLORFORMAT)
    bColorPrimaries 1 (BT.709,sRGB)
    bTransferCharacteristics 1 (BT.709)
    bMatrixCoefficients 4 (SMPTE 170M (BT.601))
    VideoStreaming Interface Descriptor:
    bLength 27
    bDescriptorType 36
    bDescriptorSubtype 4 (FORMAT_UNCOMPRESSED)
    bFormatIndex 2
    bNumFrameDescriptors 5
    guidFormat {59555932-0000-1000-8000-00aa00389b71}
    bBitsPerPixel 16
    bDefaultFrameIndex 1
    bAspectRatioX 0
    bAspectRatioY 0
    bmInterlaceFlags 0x00
    Interlaced stream or variable: No
    Fields per frame: 1 fields
    Field 1 first: No
    Field pattern: Field 1 only
    bCopyProtect 0
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
    bFrameIndex 1
    bmCapabilities 0x00
    Still image unsupported
    wWidth 640
    wHeight 480
    dwMinBitRate 147456000
    dwMaxBitRate 147456000
    dwMaxVideoFrameBufferSize 614400
    dwDefaultFrameInterval 1000000
    bFrameIntervalType 1
    dwFrameInterval( 0) 1000000
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
    bFrameIndex 2
    bmCapabilities 0x00
    Still image unsupported
    wWidth 160
    wHeight 120
    dwMinBitRate 9216000
    dwMaxBitRate 9216000
    dwMaxVideoFrameBufferSize 38400
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
    bFrameIndex 3
    bmCapabilities 0x00
    Still image unsupported
    wWidth 176
    wHeight 144
    dwMinBitRate 12165120
    dwMaxBitRate 12165120
    dwMaxVideoFrameBufferSize 50688
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
    bFrameIndex 4
    bmCapabilities 0x00
    Still image unsupported
    wWidth 320
    wHeight 240
    dwMinBitRate 36864000
    dwMaxBitRate 36864000
    dwMaxVideoFrameBufferSize 153600
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 30
    bDescriptorType 36
    bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
    bFrameIndex 5
    bmCapabilities 0x00
    Still image unsupported
    wWidth 352
    wHeight 288
    dwMinBitRate 48660480
    dwMaxBitRate 48660480
    dwMaxVideoFrameBufferSize 202752
    dwDefaultFrameInterval 333333
    bFrameIntervalType 1
    dwFrameInterval( 0) 333333
    VideoStreaming Interface Descriptor:
    bLength 6
    bDescriptorType 36
    bDescriptorSubtype 13 (COLORFORMAT)
    bColorPrimaries 1 (BT.709,sRGB)
    bTransferCharacteristics 1 (BT.709)
    bMatrixCoefficients 4 (SMPTE 170M (BT.601))
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 1
    bNumEndpoints 1
    bInterfaceClass 14 Video
    bInterfaceSubClass 2 Video Streaming
    bInterfaceProtocol 0
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 5
    Transfer Type Isochronous
    Synch Type Asynchronous
    Usage Type Data
    wMaxPacketSize 0x03fc 1x 1020 bytes
    bInterval 1
    ** UNRECOGNIZED: 30 ff 42 49 53 54 00 01 08 01 10 00 00 00 00 00 d1 03 f4 01 d2 04 f4 01 d3 05 f4 01 d4 06 f4 01 d5 07 f4 01 d6 08 f4 01 d7 09 f4 01 d8 0a f4 01
    Device Qualifier (for other device speed):
    bLength 10
    bDescriptorType 6
    bcdUSB 2.00
    bDeviceClass 239 Miscellaneous Device
    bDeviceSubClass 2 ?
    bDeviceProtocol 1 Interface Association
    bMaxPacketSize0 8
    bNumConfigurations 1
    Device Status: 0x0000
    (Bus Powered)
    Bus 007 Device 001: ID 0000:0000
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 1 Single TT
    bMaxPacketSize0 64
    idVendor 0x0000
    idProduct 0x0000
    bcdDevice 2.06
    iManufacturer 3 Linux 2.6.24-ARCH ehci_hcd
    iProduct 2 EHCI Host Controller
    iSerial 1 0000:00:1d.7
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0004 1x 4 bytes
    bInterval 12
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 6
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
    bPwrOn2PwrGood 10 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0100 power
    Port 2: 0000.0503 highspeed power enable connect
    Port 3: 0000.0100 power
    Port 4: 0000.0100 power
    Port 5: 0000.0100 power
    Port 6: 0000.0503 highspeed power enable connect
    Device Status: 0x0003
    Self Powered
    Remote Wakeup Enabled
    Bus 006 Device 001: ID 0000:0000
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 1 Single TT
    bMaxPacketSize0 64
    idVendor 0x0000
    idProduct 0x0000
    bcdDevice 2.06
    iManufacturer 3 Linux 2.6.24-ARCH ehci_hcd
    iProduct 2 EHCI Host Controller
    iSerial 1 0000:00:1a.7
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0004 1x 4 bytes
    bInterval 12
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 4
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
    bPwrOn2PwrGood 10 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0100 power
    Port 2: 0000.0100 power
    Port 3: 0000.0100 power
    Port 4: 0000.0100 power
    Device Status: 0x0003
    Self Powered
    Remote Wakeup Enabled
    Bus 005 Device 001: ID 0000:0000
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x0000
    idProduct 0x0000
    bcdDevice 2.06
    iManufacturer 3 Linux 2.6.24-ARCH uhci_hcd
    iProduct 2 UHCI Host Controller
    iSerial 1 0000:00:1d.2
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 2
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    bPwrOn2PwrGood 1 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0100 power
    Port 2: 0000.0100 power
    Device Status: 0x0003
    Self Powered
    Remote Wakeup Enabled
    Bus 004 Device 001: ID 0000:0000
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x0000
    idProduct 0x0000
    bcdDevice 2.06
    iManufacturer 3 Linux 2.6.24-ARCH uhci_hcd
    iProduct 2 UHCI Host Controller
    iSerial 1 0000:00:1d.1
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 2
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    bPwrOn2PwrGood 1 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0100 power
    Port 2: 0000.0100 power
    Device Status: 0x0003
    Self Powered
    Remote Wakeup Enabled
    Bus 003 Device 001: ID 0000:0000
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x0000
    idProduct 0x0000
    bcdDevice 2.06
    iManufacturer 3 Linux 2.6.24-ARCH uhci_hcd
    iProduct 2 UHCI Host Controller
    iSerial 1 0000:00:1d.0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 2
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    bPwrOn2PwrGood 1 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0100 power
    Port 2: 0000.0100 power
    Device Status: 0x0003
    Self Powered
    Remote Wakeup Enabled
    Bus 001 Device 001: ID 0000:0000
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x0000
    idProduct 0x0000
    bcdDevice 2.06
    iManufacturer 3 Linux 2.6.24-ARCH uhci_hcd
    iProduct 2 UHCI Host Controller
    iSerial 1 0000:00:1a.0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 2
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    bPwrOn2PwrGood 1 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0100 power
    Port 2: 0000.0100 power
    Device Status: 0x0003
    Self Powered
    Remote Wakeup Enabled
    Bus 002 Device 001: ID 0000:0000
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x0000
    idProduct 0x0000
    bcdDevice 2.06
    iManufacturer 3 Linux 2.6.24-ARCH uhci_hcd
    iProduct 2 UHCI Host Controller
    iSerial 1 0000:00:1a.1
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 2
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    bPwrOn2PwrGood 1 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0100 power
    Port 2: 0000.0100 power
    Device Status: 0x0003
    Self Powered
    Remote Wakeup Enabled
    I tried following the wiki on bcm43xx, copied the fwcutted firmware files to /lib/firmware , rebooted, loaded bmc43xx module, but nothing. Nothing on iwconfig or dmesg...
    Any ideas?

  • Has anyone gotten the FBUS PCMCIA card to work on a PCI to PCMCIA adapter board?

    I have lots of success with the PCMCIA card in laptop PCMCIA slots, but no luck with the PCMCIA card in a desktop PC with a Quatech PCD-B/PCI-E PCI adapter for PCMCIA boards.  I am thinking that my problem resides with the adapter board but I would like to know if anyone has had success with the FBUS series 2 PCMCIA card with a PCI to PCMCIA adapter.  I got a WinXP SP2 IBM ThinkCentre desktop.  Thanks

    We have ever used some PCMCIA to PCI adaptors, they are working properly with NI PCMCIA-FBUS card as well as NI-FBUS software.
    I'd like to recommend the single CardBus PCMCIA slot adaptor from Elan Digital System:
    http://www.elandigitalsystems.com/adapter/pci.php
    We have used the adaptor in a Dell Dimension desktop, running XP SP2, and NI-FBUS Configurator 3.1.1 runs well.
    Another adaptor is a long card, which is Gigabyte GA-MPCI, it works well with some old desktops, but the length of the card is about twice of the card of Elan Digital System; it might not fit your requirement.
    Hope it helps.

  • PCMCIA card firewire work on old laptop?

    Hey!
    I am trying to find a CD burner for my old WallStreet G3 233. I was wondering: if I were to buy a firewire PCMCIA card, would that (somehow) operate at the same speed as the SCSI port on the back of my machine?
    See, I doubt it will because I already have a 2 port USB 2 card but it will only deliver USB 1 speeds (even though it's USB 2).
    It will be hellish to find one of those old square SCSI adapters... unless I can actually find one that is either true USB2 or firewire. If I can, I will be the happiest guy on earth! Anyone know of any fixes for these problems?

    Hi, Shane. A Wallstreet running OS 9.x can use a FireWire 400 PC card adapter. It should transmit data faster than your built-in SCSI port does, and it will certainly be faster than USB 1.1 (which is all you'll get on the Wallstreet, unless you upgrade to OS X 10.2.8 or 10.3.4 or higher to gain USB 2 support). So a FireWire CD burner is a possibility for you. But be aware that there were some very good SCSI CD burners made a few years ago, especially by Yamaha, and they occasionally appear on Ebay at very reasonable prices. I still have and occasionally use my old 4x4x16x Yamaha SCSI CD-RW, which I got when it was brand new and the fastest burner money could buy for a Mac (!!). I also have the two different (and very expensive — about $50 each new) HDI-30 SCSI adapter cables for the Wallstreet: one for connecting peripherals, the other for using my PB in SCSI Disk Mode, which I used to do to back up its hard drive.
    FireWire 400 (but not FW 800) is fully supported in OS 9, unlike USB 2. Here is one inexpensive FW 400 adapter card, though there are many others to choose from. One caution: it would probably be advisable to stay away from the combination FW and USB cards. They seem to be troublesome more often, especially in OS 9, than one-trick-pony cards.

  • PCMCIA card stopped working

    I have two identical PCMCIA 802.11b cards with lucent chipsets in them.  When I upgraded all my packages yesterday they stopped being recognized.
    When I plug one in my dmesg output is: pccard: PCMCIA card inserted into slot 0
    here is a list of the packages I updated/installed
    [2008-09-15 07:12] synchronizing package lists
    [2008-09-15 07:12] starting full system upgrade
    [2008-09-15 07:14] synchronizing package lists
    [2008-09-15 07:14] starting full system upgrade
    [2008-09-15 07:14] upgraded cracklib (2.8.10-5 -> 2.8.12-1)
    [2008-09-15 07:14] upgraded pcre (7.7-2 -> 7.8-1)
    [2008-09-15 07:14] upgraded glib2 (2.16.5-1 -> 2.18.0-1)
    [2008-09-15 07:14] upgraded gtypist (2.7-1 -> 2.8-1)
    [2008-09-15 07:14] upgraded hwdetect (0.9-1 -> 0.9-3)
    [2008-09-15 07:14] upgraded inputproto (1.4.3-1 -> 1.4.4-1)
    [2008-09-15 07:14] upgraded jfsutils (1.1.12-2 -> 1.1.13-1)
    [2008-09-15 07:14] upgraded libdrm (2.3.0-1 -> 2.3.1-1)
    [2008-09-15 07:14] upgraded libtasn1 (1.4-1 -> 1.5-1)
    [2008-09-15 07:14] upgraded libxau (1.0.3-1 -> 1.0.4-1)
    [2008-09-15 07:14] upgraded xcb-proto (1.1-1 -> 1.2-1)
    [2008-09-15 07:14] upgraded libxcb (1.1-1 -> 1.1.90.1-1)
    [2008-09-15 07:15] upgraded libx11 (1.1.4-2 -> 1.1.5-1)
    [2008-09-15 07:15] upgraded mdadm (2.6.4-1 -> 2.6.7-1)
    [2008-09-15 07:15] upgraded pcmciautils (014-4 -> 015-1)
    [2008-09-15 07:15] upgraded sdparm (1.02-2 -> 1.03-1)
    [2008-09-15 07:15] upgraded xfsprogs (2.9.8-1 -> 2.10.1-1)
    [2008-09-15 07:15] removed quodlibet (1.0-3)
    [2008-09-15 09:04] installed faad2 (2.6.1-1)
    [2008-09-15 09:04] installed libmikmod (3.1.12-1)
    [2008-09-15 09:04] installed libmpcdec (1.2.6-1)
    [2008-09-15 09:05] installed libsamplerate (0.1.4-1)
    [2008-09-15 09:05] installed libao (0.8.8-2)
    [2008-09-15 09:05] ==> mpd: Create a config under /etc/mpd.conf before using MPD (Example: /etc/mpd.conf.example)
    [2008-09-15 09:05] installed mpd (0.13.2-1)
    [2008-09-15 09:05] installed ncmpc (0.11.1-5)
    [2008-09-15 09:05] installed mpc (0.12.1-3)
    [2008-09-15 19:01] synchronizing package lists
    [2008-09-15 19:02] synchronizing package lists
    [2008-09-15 19:02] starting full system upgrade
    [2008-09-15 19:03] upgraded libtasn1 (1.5-1 -> 1.5-2)
    [2008-09-15 19:03] upgraded man-pages (3.08-1 -> 3.09-1)
    [2008-09-15 19:03] upgraded openssh (5.0p1-2 -> 5.1p1-1)
    My PCMCIA slot works with a really old dlink airpro a/b card.  So it is not that.
    Any ideas?

    I'm having this exact same problem. While irritating, I have a temporary workaround, although I would like to be able to use my PCMCIA cards without it.
    To use the workaround, add the following to /etc/rc.local:
    pcmcia-socket-startup

  • Trying to get my sound card to work with ArchLinux

    Okay, let me tell you my problem. I'm still somewhat of a noob when it comes to linux so don't be hard on me . And, yes that's half of my problem, anyways I've got a sound card called the Soundblaster X-FI USB and I've been trying it to get it to work with the alsaconf command which hasn't worked of course Let me point out that whenever I use my backup flashdrive with PuppyLinux it the Alsaconf inside of it see's the card that I'm using and automatically sets it up.. Plus whenever I type the ' cat /proc/asound/cards ' command I get this..
    0 [Intel          ]: HDA-Intel - HDA Intel
                          HDA Intel at 0xefffc000 irq 21
    1 [S51            ]: USB-Audio - SB X-Fi Surround 5.1
                          Creative Technology SB X-Fi Surround 5.1 at usb-0000:00:1d.2-2, full speed
    *(The first one being my dead onboard audio)
    So please help me out here I really want to have sound again and hey maybe I'll learn something new about linux!

    konni wrote:
    mhhm... the creative x-fi support for linux seems to be rather bad...
    --> http://www.phoronix.com/scan.php?page=n … &px=Njc3Mg
    there's some experimental driver that maybe makes it work with alsa, see here:
    http://www.phoronix.com/scan.php?page=n … &px=Njc3NQ
    My card is a USB which isn't compatible with the driver that they include. So no help there ;(. I've loaded Ubuntu recently and it has worked perfectly with my soundcard (Creative X-FI USB Surround 5.1) right out of the box. I personally think there has to be a way to get it to work in Archlinux since it worked in Ubuntu...
    Although. I suppose I could just use Ubuntu but I'm more of a fan of Arch. So does anyone have any idea what Ubuntu used as in drivers wise to get my card to work in linux??

Maybe you are looking for