Hallo Comunity,
ich habe mir auf meinem altem Laptop für den Urlaub Linux installiert,
leider stellte sich dann im urlaub heraus, dass ich :/ vergessen hatte die treiber für die Wlan Karte
zu installieren. Hier habe ich Wlan, kann mir also Datein über mein Handy herunterladen, aber kein zugriff auf ein LAN-Kabel (kein apt-get update etc).
Hardware:
Laptop: Compaq 615
Wlan-Karte: Broadcom 802.11 4312
Software:
Betriebsystem: Ubuntu Trusty 32 bit
Treiber: http://ift.tt/1BjSXYH
Jedoch gibt es Probleme den Treiber über das Archiv zu installieren....
1. Archiv entpackt:
2. make clean :
hierbei fällt auf das keine Wireless Extension enabled ist
3. ein obligatorisches make install
Fazit: Irgentetwas hat nicht geklappt... ;D
ich hab schon etwas herum gegoogled... aber alle lösungen benötigen internet direct am Notebook
hier noch irgentwelche infos die mir dazu einfallen:) :
rfkill list
lsmod ... wenns hilft
Für weitere infos zum System einfach anfragen...
LG
KriSyt
ich habe mir auf meinem altem Laptop für den Urlaub Linux installiert,
leider stellte sich dann im urlaub heraus, dass ich :/ vergessen hatte die treiber für die Wlan Karte
zu installieren. Hier habe ich Wlan, kann mir also Datein über mein Handy herunterladen, aber kein zugriff auf ein LAN-Kabel (kein apt-get update etc).
Hardware:
Laptop: Compaq 615
Wlan-Karte: Broadcom 802.11 4312
Software:
Betriebsystem: Ubuntu Trusty 32 bit
Treiber: http://ift.tt/1BjSXYH
Jedoch gibt es Probleme den Treiber über das Archiv zu installieren....
1. Archiv entpackt:
Code:
jojo@jojo-pc:~/wlandriver/wlandriver$ tar -xvf hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz
Makefile
lib/
lib/LICENSE.txt
lib/wlc_hybrid.o_shipped
src/
src/common/
src/common/include/
src/common/include/proto/
src/common/include/proto/802.11.h
src/common/include/proto/bcmevent.h
src/common/include/proto/bcmeth.h
src/common/include/proto/ethernet.h
src/common/include/proto/ieee80211_radiotap.h
src/common/include/proto/802.1d.h
src/common/include/proto/wpa.h
src/common/include/proto/bcmip.h
src/include/
src/include/packed_section_end.h
src/include/bcmutils.h
src/include/packed_section_start.h
src/include/bcmdefs.h
src/include/epivers.h
src/include/pcicfg.h
src/include/bcmcrypto/
src/include/bcmcrypto/tkhash.h
src/include/siutils.h
src/include/wlioctl.h
src/include/linux_osl.h
src/include/bcmendian.h
src/include/linuxver.h
src/include/osl.h
src/include/typedefs.h
src/shared/
src/shared/bcmwifi/
src/shared/bcmwifi/include/
src/shared/bcmwifi/include/bcmwifi_rates.h
src/shared/bcmwifi/include/bcmwifi_channels.h
src/shared/linux_osl.c
src/wl/
src/wl/sys/
src/wl/sys/wl_linux.c
src/wl/sys/wlc_key.h
src/wl/sys/wlc_utils.h
src/wl/sys/wl_iw.c
src/wl/sys/wlc_types.h
src/wl/sys/wl_export.h
src/wl/sys/wlc_ethereal.h
src/wl/sys/wl_iw.h
src/wl/sys/wlc_wowl.h
src/wl/sys/wl_cfg80211_hybrid.h
src/wl/sys/wl_linux.h
src/wl/sys/wl_cfg80211_hybrid.c
src/wl/sys/wl_dbg.h
src/wl/sys/wlc_pub.h
jojo@jojo-pc:~/wlandriver/wlandriver$ tar -xf hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz
jojo@jojo-pc:~/wlandriver/wlandriver$ tar -xvf hybrid-v35_64-nodebug-pcoem-6_30_223_248.tar.gz
Makefile
lib/
lib/LICENSE.txt
lib/wlc_hybrid.o_shipped
src/
src/common/
src/common/include/
src/common/include/proto/
src/common/include/proto/802.11.h
src/common/include/proto/bcmevent.h
src/common/include/proto/bcmeth.h
src/common/include/proto/ethernet.h
src/common/include/proto/ieee80211_radiotap.h
src/common/include/proto/802.1d.h
src/common/include/proto/wpa.h
src/common/include/proto/bcmip.h
src/include/
src/include/packed_section_end.h
src/include/bcmutils.h
src/include/packed_section_start.h
src/include/bcmdefs.h
src/include/epivers.h
src/include/pcicfg.h
src/include/bcmcrypto/
src/include/bcmcrypto/tkhash.h
src/include/siutils.h
src/include/wlioctl.h
src/include/linux_osl.h
src/include/bcmendian.h
src/include/linuxver.h
src/include/osl.h
src/include/typedefs.h
src/shared/
src/shared/bcmwifi/
src/shared/bcmwifi/include/
src/shared/bcmwifi/include/bcmwifi_rates.h
src/shared/bcmwifi/include/bcmwifi_channels.h
src/shared/linux_osl.c
src/wl/
src/wl/sys/
src/wl/sys/wl_linux.c
src/wl/sys/wlc_key.h
src/wl/sys/wlc_utils.h
src/wl/sys/wl_iw.c
src/wl/sys/wlc_types.h
src/wl/sys/wl_export.h
src/wl/sys/wlc_ethereal.h
src/wl/sys/wl_iw.h
src/wl/sys/wlc_wowl.h
src/wl/sys/wl_cfg80211_hybrid.h
src/wl/sys/wl_linux.h
src/wl/sys/wl_cfg80211_hybrid.c
src/wl/sys/wl_dbg.h
src/wl/sys/wlc_pub.h
jojo@jojo-pc:~/wlandriver/wlandriver$
2. make clean :
Code:
jojo@jojo-pc:~/wlandriver/wlandriver$ make clean
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean
make[1]: Entering directory `/usr/src/linux-headers-3.19.0-25-generic'
CFG80211 API is prefered for this kernel version
/home/jojo/wlandriver/wlandriver/Makefile:85: Neither CFG80211 nor Wireless Extension is enabled in kernel
make[1]: Leaving directory `/usr/src/linux-headers-3.19.0-25-generic'
jojo@jojo-pc:~/wlandriver/wlandriver$
3. ein obligatorisches make install
Code:
jojo@jojo-pc:~/wlandriver/wlandriver$ make install
install -D -m 755 wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
install: cannot stat wl.ko: No such file or directory
make: *** [install] Error 1
jojo@jojo-pc:~/wlandriver/wlandriver$
ich hab schon etwas herum gegoogled... aber alle lösungen benötigen internet direct am Notebook
hier noch irgentwelche infos die mir dazu einfallen:) :
rfkill list
Code:
jojo@jojo-pc:~/wlandriver/wlandriver$ rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hp-gps: GPS
Soft blocked: yes
Hard blocked: yes
Code:
jojo@jojo-pc:~/wlandriver/wlandriver$ lsmod
Module Size Used by
dm_crypt 24576 0
snd_hda_codec_hdmi 49152 1
snd_hda_codec_idt 57344 1
snd_hda_codec_generic 65536 1 snd_hda_codec_idt
snd_hda_intel 32768 3
snd_hda_controller 32768 1 snd_hda_intel
snd_hda_codec 122880 5 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 16384 1 snd_hda_codec
uvcvideo 73728 0
rfcomm 61440 0
hp_wmi 16384 0
bnep 20480 2
snd_pcm 94208 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
bluetooth 430080 10 bnep,rfcomm
sparse_keymap 16384 1 hp_wmi
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
videobuf2_core 49152 1 uvcvideo
snd_rawmidi 28672 1 snd_seq_midi
v4l2_common 16384 1 videobuf2_core
binfmt_misc 20480 1
videodev 139264 3 uvcvideo,v4l2_common,videobuf2_core
snd_seq 57344 2 snd_seq_midi_event,snd_seq_midi
parport_pc 32768 0
media 24576 2 uvcvideo,videodev
ppdev 20480 0
wl 6148096 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 28672 2 snd_pcm,snd_seq
joydev 20480 0
serio_raw 16384 0
k10temp 16384 0
snd 69632 17 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
b43 397312 0
i2c_piix4 20480 0
soundcore 16384 2 snd,snd_hda_codec
bcma 49152 1 b43
mac80211 618496 1 b43
cfg80211 450560 3 wl,b43,mac80211
ssb 57344 1 b43
shpchp 32768 0
mac_hid 16384 0
lp 16384 0
parport 40960 3 lp,ppdev,parport_pc
radeon 1425408 3
i2c_algo_bit 16384 1 radeon
ttm 86016 1 radeon
psmouse 102400 0
ahci 32768 2
drm_kms_helper 114688 1 radeon
sky2 53248 0
libahci 32768 1 ahci
wmi 20480 1 hp_wmi
drm 282624 6 ttm,drm_kms_helper,radeon
video 20480 0
jojo@jojo-pc:~/wlandriver/wlandriver$
Für weitere infos zum System einfach anfragen...
LG
KriSyt
0 commentaires:
Enregistrer un commentaire