Prev: [RFC PATCH] Rework gpio cansleep (was Re: gpiolib and sleeping gpios)
Next: linux-next: manual merge of the wireless tree with the net tree
From: Alexander Samad on 22 Jun 2010 23:00 Hi I have got a new laptop HP 2540p, it has a qualcom 3g card, I had one in my hp mini and was able to get it to work with the qcserial module. now I can't find it on my new laptop. lspci 00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12) 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12) 00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06) 00:16.3 Serial controller: Intel Corporation 5 Series/3400 Series Chipset KT Controller (rev 06) 00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06) 00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06) 00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06) 00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06) 00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06) 00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6) 00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06) 00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06) 00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06) 43:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35) 44:06.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 06) 44:06.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 25) 44:06.2 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev bb) ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02) ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02) ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02) ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02) ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02) ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02) can't tell and from there can't tell which module to load. any one got any ideas ? Thanks Alex PS can you cc me as I am not subscribed to the list -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Oliver Neukum on 23 Jun 2010 03:50 Am Mittwoch, 23. Juni 2010, 04:53:49 schrieb Alexander Samad: > Hi > > I have got a new laptop HP 2540p, it has a qualcom 3g card, I had one > in my hp mini and was able to get it to work with the qcserial module. > > now I can't find it on my new laptop. qcserial is a USB driver. You certainly won't find a USB device with lspci. You need lsusb. Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Alexander Samad on 23 Jun 2010 05:00
Thanks, yes very true, and I ended up finding it :) as my wife says I had a boy look ! On Wed, Jun 23, 2010 at 4:52 PM, Oliver Neukum <oneukum(a)suse.de> wrote: > Am Mittwoch, 23. Juni 2010, 04:53:49 schrieb Alexander Samad: >> Hi >> >> I have got a new laptop HP 2540p, it has a qualcom 3g card, I had one >> in my hp mini and was able to get it to work with the qcserial module. >> >> now I can't find it on my new laptop. > > qcserial is a USB driver. You certainly won't find a USB device with lspci. > You need lsusb. > > � � � �Oliver > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |