Sponsored Content
Operating Systems Linux Red Hat Installing broadcom driver for wireless access Post 302746501 by amitbharad on Wednesday 19th of December 2012 01:26:52 PM
Old 12-19-2012
RedHat Installing broadcom driver for wireless access

I use lspci and dmesg command and find out that i have ipw2000 wireless card on my laptop. I want to install driver for that but i'm not getting proper driver for that.My linux version is el5 and architecture is i386.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Broadcom 440x 10/100 integrated controller\intel(r) pro/wireless 2200bg network conne

Hi , all I have the same problem as posted by stakes20 , but i could not find these drivers (4 Replies)
Discussion started by: ibasit
4 Replies

2. UNIX for Dummies Questions & Answers

No Mandriva wireless driver, NDIS help...

Mandriva is not recognizing my wireless PCI card. I have the Windows driver but do not know how to use NDIS to load it, anyone done this before? (1 Reply)
Discussion started by: jo calamine
1 Replies

3. Solaris

Installing RT2500 Wireless network card

I need to install a driver for my RT2500 PCI wireless network card on my Solaris 10. So I went to the ralink website (the manufacturer of the network card), and downloaded the linux (well supposedly the unix driver) binary file. Burned it to dvd, and copied from the dvd to my solaris computer.... (3 Replies)
Discussion started by: Xannen
3 Replies

4. Red Hat

Wireless driver

hi every one,please i need a link to download Broadcom WLAN 802.11 b/g driver for RHEL 5.1. thank you (0 Replies)
Discussion started by: Redhat_9ja
0 Replies

5. Red Hat

Help reqd in installing wireless usb on fed 14

Hello all, I am fed up on trying to install my newly purchased usb wireless antenna to my fedora14 machine; so I seek help of all you linux masterminds out there. It worked well in my Win XP. Please help me in setting up it to my Fedora. . Details follows: The device model is : Aztech... (5 Replies)
Discussion started by: gsabarinath
5 Replies

6. IP Networking

Help setting up a wireless access point

Hello, A friend of mine just purchased a DLINK 8500AP and I'm trying to help him set up wireless internet in his house. His computers are connected to one of two switches, which are both hooked up to his DSL modem. I connected the 8500AP to one of the switches. According to the instruction... (3 Replies)
Discussion started by: dorik
3 Replies

7. Hardware

Linux Driver for SafeCom ( Texas Instruments ) Wireless Card

hi, would anyone know where to get a Linux ( Red Hat ) driver for a SafeCom ( i.e. Texas Instruments ) 11g WLAN card SWLPT 54108 ? It's quite an old card that only seems to come with windows drivers on its install disk. thanks, Jim (1 Reply)
Discussion started by: jimthompson
1 Replies

8. Solaris

Broadcom driver for Solaris

I'm having the hardest time finding the Broadcom drivers for Solaris. I need an odd ball, 32-bit for Solaris 10. Anyone know where I can find one? (0 Replies)
Discussion started by: Ihatewindows
0 Replies

9. Solaris

Looking for a wireless driver for Solaris 10(x86)

Hello, I just installed Solaris 10 on an good old Thinkpad r52 laptop, everything seems to work fine, except for a wireless network interface which needs a third party driver. Back in days this driver was freely available from opensolaris.org now it's gone. The name of the package is SUNWiwi,... (2 Replies)
Discussion started by: nongrato
2 Replies
AVMCAPICTRL(8)						    Linux System Administration 					    AVMCAPICTRL(8)

NAME
avmcapictrl - Add, reset or remove active AVM cards and load firmware SYNOPSIS
avmcapictrl add <portbase> <irq> <type> avmcapictrl load <bootcode> [<contrnr> [<protocol> [P2P | <dn1>:<spid1> [<dn2>:<spid2>]]]] avmcapictrl reset [contrnr] avmcapictrl remove [contrnr] avmcapictrl trace [contrnr] [off|short|on|full|shortnodata|nodata] avmcapictrl addcard <driver> <portbase> <irq> [ <membase> [ <cardnr> ] ] DESCRIPTION
avmcapictrl is used to register active AVM ISA cards kernelcapi system and therewith to the isdn system. You need it also to upload the firmware to any active AVM card. If an error occure please also check the kernel error messages by using the command dmesg(8). COMMANDS
add <portbase> <irq> <type> is used to add a ISA card to the kernel-capi2.0 system. The portbase can have the values 0x150, 0x250, 0x300 and 0x340 for the B1 ISA cards, look at the jumper on the card. For a T1-ISA (HEMA) card you can select an wide range of ports. irq can be selected from the following values: 3, 4, 5, 6, 7, 9, 10, 11, 12 and 15. type can be B1 or T1. load <bootcode> [<contrnr> [<protocol> [P2P | <dn1>:<spid1> [<dn2>:<spid2>]]]] is used to load the firmware to a card bootcode is a t4-file. The actual versions of the t4-files for the different d-channel protocols can be found at ftp://ftp.avm.de/cardware/b1/linux/firmware. You need different t4-files for different d channel protocols: b1-1tr6.t4 for 1TR6, b1.t4 for DSS1 and b1-usa.t4 for 5ESS and NI1 (DSS1 is also supported). For M1/M2 PCMCIA cards you need m1-s10.t4 or m1-s4.t4 depending on the handy type used. contrnr is the number of the controller (card) starting from 1. protocol can be DSS1, CT1, VN3, AUSTEL, 5ESS or NI1. P2P point to point DN1:SPID1 DN2:SPID2 is for the american protocols 5ESS and NI1. reset [contrnr] is used to reset a card if loading has failed. This function only make sence if card is not successfully loaded. contrnr is the number of the controller (card) starting from 1. remove [contrnr] is used to remove a card previous added. You can also remove automatic added cards (for example a B1-PCI card). contrnr is the number of the controller (card) starting from 1. trace [contrnr] [off|short|on|full|shortnodata|nodata] is used to trace CAPI2.0 messages. The trace will be done as kernel messages, see dmesg(8). contrnr is the number of the controller (card) starting from 1. off switch traceing off short switch one line per CAPI2.0 message tracing on on | full switch on full decode tracing shortnodata switch on line per CAPI2.0 message tracing on, but exclude DATA_B3_IND and DATA_B3_REQ messages. on | full switch on full decode tracing, but exclude DATA_B3_IND and DATA_B3_REQ messages. addcard <driver> <portbase> <irq> [ <membase> [ <cardnr> ] ] is used to add a card, this is more generic than add. driver currently b1isa or t1isa portbase can have the values 0x150, 0x250, 0x300 and 0x340 for the b1isa driver, look at the jumper on the card. For t1isa driver you can select an wide range of ports. irq can be selected from the following values: 3, 4, 5, 6, 7, 9, 10, 11, 12 and 15. membase memory address if needed by driver cardnr only usefull with driver t1isa AUTHOR
Carsten Paeth <calle@calle.in-berlin.de> SEE ALSO
ttyI(4), isdnctrl(8), isdninfo(4). dmesg(8). syslogd(8). 4th Berkeley Distribution 2000/01/28 AVMCAPICTRL(8)
All times are GMT -4. The time now is 10:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy