Wi-Fi с HP Pavilion G7

Wi-Fi с HP Pavilion G7

У меня есть ноутбук HP Pavilion G7, и когда я использую Ubuntu, он запускается нормально, а когда я вхожу, я не могу подключиться к Wi-Fi. Я знаю, в чем проблема, потому что там написано что-то вроде «отключено аппаратным переключателем». Я попытался включить аппаратный переключатель, но он не включается (это кнопка, которая должна светиться синим светом, показывая, что она включена, но она светится оранжевым светом, что означает, что она выключена).

решение1

Вы можете попробовать использовать следующую команду в терминале; rfkill unblock wifi. После этого выключите переключатель вашего Wi-Fi и включите его снова. Если это не сработает, перейдите в настройки сети в правом верхнем углу экрана со значками уведомлений. отключите сеть и выполните команду "rfkill unblock wifi", после этого включите сеть.

решение2

Сэр, попробуйте перейти по этой ссылке. Ваш Wifi, вероятно, занесен в черный список Ubuntu. Я не уверен, почему они это допускают, но они дали нам решение. СмотретьздесьБольше подробностей.

мой след в лесу выглядит следующим образом....

james@james-HP-Pavilion-g7-Notebook-PC:~$  sudo lspci -nn
[sudo] password for james: 
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b5)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
01:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader [10ec:5209] (rev 01)

james@james-HP-Pavilion-g7-Notebook-PC:~$ sudo apt-get install linux-headers-generic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic
The following NEW packages will be installed:
  linux-headers-3.5.0-23 linux-headers-3.5.0-23-generic linux-headers-generic
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.1 MB of archives.
After this operation, 70.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Abort.
james@james-HP-Pavilion-g7-Notebook-PC:~$ 

Установка беспроводных драйверов Broadcom Как установить беспроводную карту Broadcom / STA (BCM43XX)

голосовать за 7 голосовать против избранного 21 У меня возникли серьезные проблемы с установкой драйверов Broadcom для Ubuntu. В моей предыдущей версии все работало отлично, но сейчас это невозможно. Я пользователь без продвинутых знаний в Linux, поэтому мне нужны четкие объяснения по созданию, компиляции и т. д. Я следовал инструкциям в следующем блоге, но безуспешно. Как мне заставить работать Broadcom BCM4311 Wireless? Может ли кто-нибудь мне помочь? Редактировать: Для команды: lspci | grep Networkя получаю следующее сообщение:

06:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
For the command: iwconfig, i get the following:
lo no wireless extensions. eth0 no wireless extensions.

Когда я выполняю следующие шаги (по ссылке выше), никаких сообщений об ошибках НЕ появляется: 1. Откройте «Центр приложений Ubuntu» и найдите bcm 2. Удалите 3. bcm-kernel-source package Убедитесь, что установлены firmware-b43-installerи пакетыb43-fwcutter

Затем введите в терминале:

cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'

(вы можете скопировать это) и посмотрите, есть ли там термин blacklist bcm43xx, если он есть, введите

cd /etc/modprobe.d/ and then sudo gedit blacklist.conf

поставьте # перед строкой: blacklist bcm43xx, затем сохраните файл (в терминале появлялись сообщения об ошибках, сообщающих о невозможности сохранения, но на самом деле файл сохранялся корректно). перезагрузите «Конец процедуры» Раньше (не Ubuntu 11.04), если я хотел подключиться к беспроводной сети, я просто переходил к значку в верхней части экрана, нажимал, отображались ВСЕ доступные беспроводные сети, и все готово.

james@james-HP-Pavilion-g7-Notebook-PC:~$ cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl' 
# which ath5k cannot recover. To prevent this condition, stop 
blacklist ath_pci 
blacklist eth1394 
# replaced by p54pci 
blacklist prism54 
# replaced by b43 and ssb. 
blacklist bcm43xx 
blacklist uart6850 
blacklist twl4030_wdt 
# /etc/modprobe.d/iwlwifi.conf 
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the 
# microcode file installed on the system.  When removing iwlwifi, first 
# remove the iwl?vm module and then iwlwifi. 
remove iwlwifi \ 
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \ 
james@james-HP-Pavilion-g7-Notebook-PC:~$ 

gedit

# This file lists those modules which we don't want to be loaded by 
# alias expansion, usually so some other driver will be loaded for the 
# device instead. 

# evbug is a debug tool that should be loaded explicitly 
blacklist evbug 

# these drivers are very simple, the HID drivers are usually preferred 
blacklist usbmouse 
blacklist usbkbd 

# replaced by e100 
blacklist eepro100 

# replaced by tulip 
blacklist de4x5 

# causes no end of confusion by creating unexpected network interfaces 
blacklist eth1394 

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much 
# hardware on its own (Ubuntu bug #2011, #6810) 
blacklist snd_intel8x0m 

# Conflicts with dvb driver (which is better for handling this device) 
blacklist snd_aw2 

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306) 
blacklist i2c_i801 

# replaced by p54pci 
blacklist prism54 

# replaced by b43 and ssb. 
#blacklist bcm43xx 

# most apps now use garmin usb driver directly (Ubuntu: #114565) 
blacklist garmin_gps 

# replaced by asus-laptop (Ubuntu: #184721) 
blacklist asus_acpi 

# low-quality, just noise when being used for sound playback, causes 
# hangs at desktop session start (Ubuntu: #246969) 
blacklist snd_pcsp 

# ugly and loud noise, getting on everyone's nerves; this should be done by a 
# nice pulseaudio bing (Ubuntu: #77010) 
blacklist pcspkr 

# EDAC driver for amd76x clashes with the agp driver preventing the aperture 
# from being initialised (Ubuntu: #297750). Blacklist so that the driver 
# continues to build and is installable for the few cases where its 
# really needed. 
blacklist amd76x_edac

Связанный контент