So installieren Sie WLAN- und Bluetooth-Treiber in Ubuntu 12.04 lts

So installieren Sie WLAN- und Bluetooth-Treiber in Ubuntu 12.04 lts

Ich verwende HP Pavilion 15 -no11tu, dem der Status „Aktiviert für Ubuntu“ verliehen wurde.

Als Ubuntu mit meinem HP-Laptop ausgeliefert wurde, funktionierte alles problemlos, einschließlich WLAN, Webcam und Bluetooth.

Vor einigen Tagen habe ich mein System formatiert und Ubuntu 12.04.3 LTS neu installiert, das ich von der Ubuntu-Website heruntergeladen habe. Aber anstatt mein System mit dem Internet zu verbinden und nachdem ich alle Updates und Upgrades durchgeführt hatte, erkannte Ubuntu weder WLAN noch Bluetooth auf meinem System.

HP bietet keinen Treibersupport für Linux.

Meine Konfiguration::

htcoders@ubuntu:~$ sudo ifconfig

eth0      Link encap:Ethernet  HWaddr a4:5d:36:7b:f2:d7  
          inet addr:172.16.232.178  Bcast:172.16.232.255  Mask:255.255.255.0
          inet6 addr: fe80::a65d:36ff:fe7b:f2d7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:888333 errors:0 dropped:112 overruns:0 frame:0
          TX packets:715296 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1156686828 (1.1 GB)  TX bytes:51009168 (51.0 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:12787 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12787 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:800669 (800.6 KB)  TX bytes:800669 (800.6 KB)

htcoders@ubuntu:~$ lspci

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 (rev e4)
00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 (rev e4)
00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 4 (rev e4)
00:1d.0 USB controller: Intel Corporation Lynx Point-LP USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5227 (rev 01)
08:00.0 Network controller: MEDIATEK Corp. Device 7630
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 08)

Bitte helfen Sie.

Danke

Antwort1

W-lan :

Der Treiber kann wie folgt installiert werden:

sudo apt-get install collectd-core collectd-dev collectd-dbg collectd-utils

Installieren Sie dann den Netzwerk-Manager für die WLAN-Verbindungen -Wicd

(Sie können es mit Network Manager ausführen. Die Kanalauswahl und viele andere Funktionen können Sie jedoch mit Wicd erledigen.)

sudo apt-get install wicd-gtk wicd wicd-daemon wicd-curses wicd-cli

Bluetooth :

Treiber für die Bluetooth-Geräte können wie folgt installiert werden:

sudo apt-get install bluez bluez-alsa bluez-audio bluez-btsco bluez-compat bluez-cups bluez-dbg bluez-gstreamer bluez-hcidump bluez-pcmcia-support bluez-tools bluez-utils python-bluez bluewho indicator-bluetooth libbluetooth-dev  libgnome-bluetooth11 libbluetooth3

Antwort2

Nun, Freunde, Sie können den Treiber hier herunterladen:

https://github.com/mdjahidulhamid/MT7630E/archive/master.zip

verwandte Informationen