LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   orinoco card (https://www.linuxquestions.org/questions/linux-newbie-8/orinoco-card-914808/)

SebaK 11-21-2011 07:28 PM

orinoco card
 
i have a orinoco wireless card.how do i get it working in linux?plz help new here be specific?

corp769 11-21-2011 09:11 PM

Well what orinoco card do you have? And what distribution are you using?

SebaK 11-22-2011 10:17 AM

hi
 
Quote:

Originally Posted by corp769 (Post 4530317)
Well what orinoco card do you have? And what distribution are you using?



i have orinoco gold classic and im using what came with BackTrack 5.

corp769 11-22-2011 10:19 AM

It is a PCI card I presume, correct? Run the following, and copy/paste the results for me, using code tags.
Code:

lspci -k

SebaK 11-22-2011 10:25 AM

Quote:

Originally Posted by corp769 (Post 4530743)
It is a PCI card I presume, correct? Run the following, and copy/paste the results for me, using code tags.
Code:

lspci -k

06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci

SebaK 11-22-2011 10:27 AM

Quote:

Originally Posted by SebaK (Post 4530745)
06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci

root@bt:~# lspci -k
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
Kernel modules: ati-agp
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
Kernel modules: shpchp
00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
Kernel driver in use: pcieport
Kernel modules: shpchp
00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
Kernel driver in use: pcieport
Kernel modules: shpchp
00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
Kernel driver in use: sata_sil
Kernel modules: sata_sil
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
Kernel driver in use: ohci_hcd
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
Kernel driver in use: ohci_hcd
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
Kernel driver in use: ehci_hcd
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 83)
Kernel driver in use: piix4_smbus
Kernel modules: i2c-piix4
00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80)
Kernel driver in use: pata_atiixp
Kernel modules: pata_atiixp
00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
Kernel driver in use: k8temp
Kernel modules: k8temp
01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200M]
Kernel modules: radeon, radeonfb
02:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Kernel driver in use: 8139too
Kernel modules: 8139too, 8139cp
06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)
06:04.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci
06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc: (rev 01)
06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci

corp769 11-22-2011 10:30 AM

Please edit your post, and use [code ][/ code] like I have asked please (without the spaces). It makes readability much more better.

SebaK 11-22-2011 11:18 AM

M]
Kernel modules: radeon, radeonfb
02:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Kernel driver in use: 8139too
Kernel modules: 8139too, 8139cp
06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)
06:04.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci
06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc: (rev 01)
06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci
root@bt:~#

SebaK 11-22-2011 11:28 AM

u there
Quote:

Originally Posted by SebaK (Post 4530770)
M]
Kernel modules: radeon, radeonfb
02:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Kernel driver in use: 8139too
Kernel modules: 8139too, 8139cp
06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)
06:04.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci
06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc: (rev 01)
06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci
root@bt:~#


akuthia 11-22-2011 11:31 AM

Quote:

Originally Posted by SebaK (Post 4530780)
u there

This isn't an instant messaging service. You can't, and shouldn't expect express answers.

corp769 11-22-2011 01:51 PM

http://www.google.com/search?q=backt...ient=firefox-a

LOTS of information about your card all over the internet. You might need to switch up the drivers that are being used in order to get your device working. Or, you just may need to activate your device. Could you post the output of the following commands for me? Sorry I haven't asked you this sooner. And also, just like akuthia said, this is a strictly volunteer-type forum; We all have lives of our own, and we are not obligated to help you out 24/7.

SebaK 11-22-2011 05:47 PM

what do u want me to type,please be specific.

corp769 11-22-2011 05:51 PM

Not sure how to say this without sounding mean, but I am not going to hold your hand all the way through, step by step. We are here to assist, not to be your personal teacher. What all have you tried so far in able to get your chipset working?

akuthia 11-22-2011 06:40 PM

Quote:

Originally Posted by corp769 (Post 4531090)
Not sure how to say this without sounding mean, but I am not going to hold your hand all the way through, step by step. We are here to assist, not to be your personal teacher. What all have you tried so far in able to get your chipset working?


Well, ot be fair Corp you did ask the op to provide the output of the following commands, but didnt give any commands :D

corp769 11-22-2011 08:30 PM

Quote:

Originally Posted by akuthia (Post 4531121)
Well, ot be fair Corp you did ask the op to provide the output of the following commands, but didnt give any commands :D

Oh wow, I didn't realize it didn't post... My apologies!!!! I know for a damn fact I put the commands in. Talk about weird.... Well anyway, my apologies go to the OP. Could you kindly provide me the output of the following commands please? Thanks man!
Code:

ifconfig -a
iwconfig



All times are GMT -5. The time now is 02:12 AM.