如何在 ubuntu 12.04 lts 中安装 Wifi 和蓝牙驱动程序

如何在 ubuntu 12.04 lts 中安装 Wifi 和蓝牙驱动程序

我正在使用 HP Pavilion 15 -no11tu,它已被授予 Ubuntu 启用状态。

当 Ubuntu 随我的 HP 笔记本电脑一起发货时,一切都运行正常,包括 WiFi、网络摄像头和蓝牙。

几天前,我格式化了我的系统并重新安装了从 Ubuntu 网站下载的 Ubuntu 12.04.3 LTS。但是,我没有将系统连接到互联网,在完成所有更新和升级后,Ubuntu 却没有检测到我的系统 WiFi 和蓝牙。

HP 不提供 Linux 的驱动程序支持。

我的配置::

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)

请帮忙。

谢谢

答案1

无线上网 :

驱动程序可以按照以下步骤安装:

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

然后安装 wifi 连接的网络管理器 -威克德

(您可以使用网络管理器运行。但频道选择和许多其他功能可以使用 Wicd 完成)

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

蓝牙 :

可以使用以下命令安装蓝牙设备的驱动程序:

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

答案2

好吧,朋友们,您可以从这里下载驱动程序:

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

相关内容