मैं अपने वाई-फाई + ब्लूटूथ कार्ड (ब्रॉडकॉम BCM43142) के लिए ड्राइवर स्थापित करने में सक्षम नहीं हूं।
मैंने अब तक क्या किया है:
- मैंने इस वेबसाइट पर ड्राइवरों का उपयोग करने की कोशिश की है ।
- मैंने यहां दिए गए निर्देशों का पालन करने की कोशिश की , दोनों
apt-get
स्थापित करें, टार बॉल डाउनलोड करें और स्थापित करें और ऑफ़लाइन स्थापित करें (उबंटू के बूट डीवीडी से)। - मैंने स्थापित करने की कोशिश की
bcmwl-kernel-source
।
हर एक विधि के अंत में [१,२,३], जब मैं ए करता sudo modprobe wl
हूं, तो मुझे हमेशा यह मिलता है:
modprobe: ERROR: 'wl' नहीं डाल सकता है: प्रारूप प्रारूप त्रुटि।
मैंने इसके अलावा ड्राइवरों को ब्लैकलिस्ट करने की कोशिश की है wl
और कई बार उसी को पुनः स्थापित करने का प्रयास किया है।
- मैंने यह भी प्रयोग करने की कोशिश की
ndiswrapper
जो UNCLAIMED ड्राइवर (आउटपुट के लिए नीचे देखेंlshw -c Network
) को किसी और चीज़ में बदलने के लिए पर्याप्त सफल था ।
हालाँकि अंत में वाई-फाई अब दिखा या काम करने लगा।
कर्नेल संस्करण: 3.13.0-24-generic
मैंने अपनी पूरी क्षमता से वह सब कुछ करने की कोशिश की जो मैं कर सकता था। यदि आप मुझे मेरा वाई-फाई सेटअप करने में मदद कर सकते हैं तो यह बहुत उपयोगी होगा। मैं किसी भी आदेशों के आउटपुट को तैयार करने के लिए तैयार हूं जो आप मुझे निष्पादित करने के लिए कह सकते हैं। (मैंने के आउटपुट जोड़े हैं lshw -c Network
और lspci -nn
, लेकिन कृपया मुझे और कुछ भी पूछने में संकोच न करें।)
lshw -c Network
WARNING: you should run this program as super-user.
*-network UNCLAIMED
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:90500000-90507fff
lspci
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Sudo apt-get install का आउटपुट bcmwl-kernel-source
। इस WLAN कार्ड के लिए आधिकारिक ड्राइवर (उबंटू द्वारा):
sudo apt-get install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
wireless-bcm43142-oneiric-dkms
The following NEW packages will be installed:
bcmwl-kernel-source
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B/1,126 kB of archives.
After this operation, 1,417 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 318223 files and directories currently installed.)
Removing wireless-bcm43142-oneiric-dkms (6.20.55.19~bdcom0602.0400.1000.0400-0somerville1) ...
Removing all DKMS Modules
Done.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu4) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 318162 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.141+bdcom-0ubuntu2_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.141+bdcom-0ubuntu2) ...
Setting up bcmwl-kernel-source (6.30.223.141+bdcom-0ubuntu2) ...
Loading new bcmwl-6.30.223.141+bdcom DKMS files...
Building only for 3.13.0-24-generic
Building for architecture x86_64
Building initial module for 3.13.0-24-generic
Done.
wl:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/3.13.0-24-generic/updates/dkms/
depmod.......
DKMS: install completed.
यह वह त्रुटि है जो मुझे बार-बार मिलती रहती है:
modprobe: ERROR: could not insert 'wl': Exec format error
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu4) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
इसके अलावा, इसका क्या मतलब है?
मैं निम्नलिखित प्रश्न पूछें Ubuntu के माध्यम से चला गया :
दूसरा सभी संभावित तरीकों का एक बहुत व्यापक सारांश लगता है ... फिर भी मैं इसके साथ फंस गया हूं Exec Format error
।
modprobe wl
मैं पहले उल्लेख किया है कि यह त्रुटि फिर से फेंकता है । मेरा मतलब इस jas.gemnetworks.com लिंक से है। क्या यह आपके लिए काम करता है ?