Showing posts with label broadcom. Show all posts
Showing posts with label broadcom. Show all posts
Thursday, December 17, 2015
To get the lines between the two pattern in a file in BOSS Linux
To get the lines between the two pattern in a file.txt use the following sed command format
sed -n "/pattern1/,/pattern2/p" file.txt
Tuesday, June 16, 2015
Dell Server BCM5709S Ethernet card is not Working in BOSS [SOLVED]
1.issue following commands
apt-get update
apt-get install firmware-bnx2
2.Otherwise download the firmware bnx2/bnx2-mips-09-6.2.1b.fw and copy in to /lib/firmware.
apt-get update
apt-get install firmware-bnx2
2.Otherwise download the firmware bnx2/bnx2-mips-09-6.2.1b.fw and copy in to /lib/firmware.
Wednesday, April 29, 2015
BROADCOM BCM43142 Not Working in 32 bit BOSS Linux [SOLVED]
Step1:
Download the broadcom driver sta from following location.
http://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_248.tar.gz
Step2:
Download the broadcom driver sta from following location.
http://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_248.tar.gz
Step2:
Setup the directory by untarring the proper tarball:
For 32 bit: hybrid-v35-nodebug-pcoem-portsrc.tar.gz
For 64 bit: hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz
Example:
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf /hybrid-v35-nodebug-pcoem-portsrc.tar.gz or
/hybrid-v35_64-nodebug-pcoem-portsrc.tar.gz
Step3:
Build the driver as a Linux loadable kernel module (LKM):
# make clean (optional)
# make API=WEXT CONFIG_DEBUG_SECTION_MISMATCH=y
Step4:
modprobe wl
Then the wifi is enabled successfully
Subscribe to:
Posts (Atom)
How to interact with the non-interactable Web Elements in Selenium
How to interact with the non-interact able Web Elements in Selenium // Find the non-interactable element element WebElement element = dr...
-
This process will common for all HP Printers like HP LJ P 1007, P1020,P1020 plus,1022,3050 MFP, M 5035 MFP,P 2015N and Configuring the HP ...
-
.Open the System -> Printing -> add 2.Then Select the Printer Connected to Parallel Port or Detected Printer name is TVS MSP 455XL...
-
Step:1 sudo apt-get install python-pip Step:2 pip install -U selenium for python3 and more install Step:1 sudo apt-get...