Dan, Thanks a lot! The card model is SD wireless card, attached into PCI card. PCI card provides the bridge.
I wrote this driver. I can insmod my driver and it works well with wireless tools(iwconfig, iwlist, etc) and network command ( for example, ping). I could find my driver loaded properly, by using lsmod. You mentioned "HAL doesn't appear to know about any wireless interfaces". How can I make HAL know my wireless interface? Some system function call? Appreciate. Jihua -----Original Message----- From: Dan Williams [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 10:15 AM To: Jihua Cheng Cc: [email protected] Subject: RE: My wireless card activity could not be recognizedbyNetworkManager On Fri, 2007-02-16 at 10:00 -0800, Jihua Cheng wrote: > <<info.zip>> > > Thanks a lot! > > I am using Fedora 2.6.18-1.2798_FC6. Networkmanager is 0.6.0. > > Please find the lspci and lshal print from the attachment. I zipped > the lspci and lshal output because the lshal is too big to post in > this mailing list. > > Here is the lspci print > 01:01.1 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host > Adapter (rev 19) -------------This is my PCI card This just says its an SDIO host adapter (?); it doesn't say what wireless card is actually inserted in the host adapter. You need a driver for the wireless card that you're putting into the host adapter. That driver does not appear to be present, and therefore the card isn't found. HAL doesn't appear to know about any wireless interfaces (because there's no driver for your card), so therefore NetworkManager won't know. What card model is the 802.11 SD card? What Linux driver does it use? Dan > Here is the hal info for my card, from the attachment. > > udi = '/org/freedesktop/Hal/devices/pci_1180_832' > > info.udi = '/org/freedesktop/Hal/devices/pci_1180_832' (string) > > linux.subsystem = 'pci' (string) > > linux.hotplug_type = 1 (0x1) (int) > > pci.subsys_product = 'Unknown (0x0000)' (string) > > pci.subsys_vendor = 'Unknown (0x0000)' (string) > > info.product = 'Unknown (0x0832)' (string) > > pci.product = 'Unknown (0x0832)' (string) > > info.vendor = 'Ricoh Co Ltd' (string) > > pci.vendor = 'Ricoh Co Ltd' (string) > > pci.device_protocol = 16 (0x10) (int) > > pci.device_subclass = 0 (0x0) (int) > > pci.device_class = 12 (0xc) (int) > > pci.subsys_vendor_id = 0 (0x0) (int) > > pci.subsys_product_id = 0 (0x0) (int) > > pci.vendor_id = 4480 (0x1180) (int) > > pci.product_id = 2098 (0x832) (int) > > info.linux.driver = 'ohci1394' (string) > > pci.linux.sysfs_path = > '/sys/devices/pci0000:00/0000:00:1e.0/0000:01:01.0' (string) > > info.parent = '/org/freedesktop/Hal/devices/pci_8086_244e' (string) > > info.bus = 'pci' (string) > > linux.sysfs_path_device = > '/sys/devices/pci0000:00/0000:00:1e.0/0000:01:01.0' (string) > > linux.sysfs_path = > '/sys/devices/pci0000:00/0000:00:1e.0/0000:01:01.0' (string) > > Thanks again. > > Charles > > -----Original Message----- > From: Dan Williams [mailto:[EMAIL PROTECTED] > Sent: Friday, February 16, 2007 8:50 AM > To: Jihua Cheng > Cc: Paul Betts; [email protected] > Subject: RE: My wireless card activity could not be recognized > byNetworkManager > > On Thu, 2007-02-15 at 18:37 -0800, Jihua Cheng wrote: > > > Hi, > > > > > > Thanks so much! > > > > > > My wireless card is a PCI card. I use the lspci and I can find my > PCI > > > interface. When I use the lshal -l, I find my device too. > > > > > > I am wondering if > > > 1) some setting is need for Network Manager, for the wireless > interface. > > > 2) my wireless card driver does not response some Wireless Extension > > > ioctl() correctly. > > > > > > Could you give me more hints? > > Can you post the output for the section of your card from lshal? and > > also the output for your card from lspci? Do you know what driver the > > card is using? Also, what distribution are you using and what > version? > > Thanks, > > Dan > > > Charles > > > > > > > > > -----Original Message----- > > > From: Paul Betts [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, February 15, 2007 12:13 PM > > > To: Jihua Cheng > > > Cc: [email protected] > > > Subject: Re: My wireless card activity could not be recognized by > > > NetworkManager > > > > > > On Thu, 2007-02-15 at 12:00 -0800, Jihua Cheng wrote: > > > > However, my NetworkManager could not detect my wireless card > activity, > > > > no matter my wireless interface is up or down. My network manager > > > > detects my wired Ethernet card correctly. > > > > > > Perhaps you can post your wireless card brand and the relevant > section > > > of of lshal -l (ie the section with your wireless card in it)? > > > > > << File: lshal >> > > _______________________________________________ > NetworkManager-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/networkmanager-list _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
