Форум русскоязычного сообщества Ubuntu


Получить помощь и пообщаться с другими пользователями Ubuntu можно
на irc канале #ubuntu-ru в сети Freenode
и в Jabber конференции ubuntu@conference.jabber.ru

Автор Тема: Ubuntu 12.04 wifi intel(R) link 5150  (Прочитано 10477 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн zakir0

  • Новичок
  • *
  • Сообщений: 10
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #15 : 24 Декабря 2013, 13:30:58 »
victor00000 ,Здравствуй, помоги и мне пожалуйста.
У меня почти похожая ситуация.
Ноут Lenovo y550, Ubuntu 13.04. WI-FI работает, НО третий день не могу заставить расшаривать wi-fi с него с помощью программы wifi Hostapd AP. а именно, после всех настроек после нажатия "запуск" программа вылетает. и  так постоянно. На Windows 7 c помощью connectify все получалось. На этом сайтеhttp://wireless.kernel.org/en/users/Drivers/ в таблице нашел драйвер iwlwifi, поддержка АР-yes.
Подскажи решение пожалуйста.

1) ~$ lspci -knn | grep "Eth\|Net" -A2
04:00.0 Network controller [0280]: Intel Corporation WiMAX/WiFi Link 5150 [8086:423d]
Subsystem: Intel Corporation WiMAX/WiFi Link 5150 ABG [8086:1216]
Kernel driver in use: iwlwifi
08:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe [14e4:1698] (rev 10)
Subsystem: Lenovo Device [17aa:3878]
Kernel driver in use: tg3

2) ~$ lsmod | awk '{print $1}' | grep -v ^Module | xargs -I {} modinfo {} | grep ^firmware: | awk '{print $2}' | xargs -I {} ls /lib/firmware/{}
ERROR: Module nvidia not found.
/lib/firmware/i6050-fw-usb-1.5.sbcf
/lib/firmware/i2400m-fw-usb-1.5.sbcf
/lib/firmware/iwlwifi-100-5.ucode
/lib/firmware/iwlwifi-1000-5.ucode
/lib/firmware/iwlwifi-135-6.ucode
/lib/firmware/iwlwifi-105-6.ucode
/lib/firmware/iwlwifi-2030-6.ucode
/lib/firmware/iwlwifi-2000-6.ucode
/lib/firmware/iwlwifi-5150-2.ucode
/lib/firmware/iwlwifi-5000-5.ucode
/lib/firmware/iwlwifi-6000g2b-6.ucode
/lib/firmware/iwlwifi-6000g2a-5.ucode
/lib/firmware/iwlwifi-6050-5.ucode
/lib/firmware/iwlwifi-6000-4.ucode
ls: невозможно получить доступ к /lib/firmware/iwlwifi-3160-6.ucode: Нет такого файла или каталога
ls: невозможно получить доступ к /lib/firmware/iwlwifi-7260-6.ucode: Нет такого файла или каталога
ls: невозможно получить доступ к /lib/firmware/tigon/tg3_tso5.bin: Нет такого файла или каталога
ls: невозможно получить доступ к /lib/firmware/tigon/tg3_tso.bin: Нет такого файла или каталога
ls: невозможно получить доступ к /lib/firmware/tigon/tg3.bin: Нет такого файла или каталога

3) ~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:26:22:0a:e5:8d 
          inet6 addr: fe80::226:22ff:fe0a:e58d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:81290 errors:0 dropped:1 overruns:0 frame:0
          TX packets:80090 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:55963548 (55.9 MB)  TX bytes:18028178 (18.0 MB)
          Interrupt:17

lo        Link encap:Локальная петля (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:7814 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7814 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1244993 (1.2 MB)  TX bytes:1244993 (1.2 MB)

ppp0      Link encap:Протокол PPP (Point-to-Point Protocol) 
          inet addr:94.230.233.197  P-t-P:213.206.34.41  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:76322 errors:0 dropped:0 overruns:0 frame:0
          TX packets:75194 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:53660738 (53.6 MB)  TX bytes:15756013 (15.7 MB)

wlan0     Link encap:Ethernet  HWaddr 00:16:eb:11:34:ea 
          inet addr:10.42.0.1  Bcast:10.42.0.255  Mask:255.255.255.0
          inet6 addr: fe80::216:ebff:fe11:34ea/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:264 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:50075 (50.0 KB)

wmx0      Link encap:Ethernet  HWaddr 00:1d:e1:09:ad:32 
          UP NOARP  MTU:1400  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:20
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

4) ~$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: i2400m-usb:1-3:1.0: WiMAX
Soft blocked: yes
Hard blocked: no
4: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

5) dmesg | grep -i "iwl\|error\|fail\|wlan\|wire\|firmw"
[    0.090579] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.170201]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    1.189731] tg3 0000:08:00.0 eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   23.663095] ene_ir: Firmware regs: cd 04
[   23.663155] ene_ir: Error validating extra buffers, device probably won't work
[   23.710995] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[   23.889788] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   23.901241] iwlwifi 0000:04:00.0: irq 48 for MSI/MSI-X
[   23.967016] iwlwifi 0000:04:00.0: loaded firmware version 8.24.2.2
[   24.036929] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   24.036934] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   24.036936] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   24.036939] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[   24.036941] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_P2P disabled
[   24.036944] iwlwifi 0000:04:00.0: Detected Intel(R) WiMAX/WiFi Link 5150 ABG, REV=0x44
[   24.037053] iwlwifi 0000:04:00.0: L1 Enabled; Disabling L0S
[   24.113145] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   24.824724] init: failsafe main process (892) killed by TERM signal
[   26.410648] iwlwifi 0000:04:00.0: L1 Enabled; Disabling L0S
[   26.413719] iwlwifi 0000:04:00.0: Radio type=0x1-0x1-0x0
[   26.481492] i2400m_usb 1-3:1.0: firmware interface version 9.3.2
[   26.644011] iwlwifi 0000:04:00.0: L1 Enabled; Disabling L0S
[   26.647060] iwlwifi 0000:04:00.0: Radio type=0x1-0x1-0x0
[   26.783322] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   26.792611] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1091.011549] iwlwifi 0000:04:00.0: L1 Enabled; Disabling L0S
[ 1091.015020] iwlwifi 0000:04:00.0: Radio type=0x1-0x1-0x0
[ 1091.151081] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1094.845738] iwlwifi 0000:04:00.0: L1 Enabled; Disabling L0S
[ 1094.848792] iwlwifi 0000:04:00.0: Radio type=0x1-0x1-0x0
[ 1094.987333] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[30534.298789] wlan0: Trigger new scan to find an IBSS to join
[30536.490986] wlan0: Trigger new scan to find an IBSS to join
[30538.641420] wlan0: Trigger new scan to find an IBSS to join
[30540.791813] wlan0: Trigger new scan to find an IBSS to join
[30541.303797] wlan0: Creating new IBSS network, BSSID e2:ba:f7:b4:bb:35
[30541.305797] iwlwifi 0000:04:00.0: Unable to find TIM Element in beacon
[30541.316296] iwlwifi 0000:04:00.0: Unable to find TIM Element in beacon
[30541.316862] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[30570.990138] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30605.258887] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30637.206104] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30669.620464] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30699.947797] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30735.072069] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30786.469667] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30816.992066] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30875.104064] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30915.040043] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30952.803943] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[30998.048077] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31043.040064] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31101.024094] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31148.807655] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31179.339881] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31225.056074] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31270.082828] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31303.863146] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31349.341405] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31402.207657] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31445.723833] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31483.884986] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31525.088054] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31557.379350] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31615.072054] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31661.024066] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31700.508402] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31746.313150] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31797.088071] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31842.016051] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31872.269091] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31933.024053] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[31978.080093] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32029.024057] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32061.202940] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32114.016103] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32159.072047] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32218.080079] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32250.080060] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32301.024085] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32343.008045] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32376.092764] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32431.072058] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32477.024043] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32520.401845] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32565.028213] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32612.064059] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32645.655343] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32690.982718] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32748.000064] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32798.048054] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32840.584667] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32875.321269] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32930.016057] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[32969.243244] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33005.872756] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33066.080068] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33096.784792] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33156.064058] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33202.016087] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33241.816734] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33273.644862] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33324.799387] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33355.104065] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33400.032051] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33446.112086] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33506.016051] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33544.683007] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33575.008046] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33626.723163] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33672.044526] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33717.363480] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33748.064058] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33778.576070] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33836.009883] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33871.177036] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33929.056089] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[33974.112058] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34025.056061] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34064.992068] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34110.048087] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34145.593371] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34196.157484] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34242.745916] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34296.032095] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34331.220324] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34376.186257] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34427.104079] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34476.000079] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34508.096395] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34550.699473] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34608.992063] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34654.048083] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34699.104090] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34745.056053] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34803.040093] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34835.040073] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34879.072086] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34935.008058] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[34978.378455] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35010.569764] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35040.898685] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35088.992073] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35120.925104] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35155.082997] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35186.016099] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35231.072059] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35270.979201] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35321.056093] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35367.008063] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35406.420571] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35448.686325] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35503.072059] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35548.000086] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35593.056074] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35630.667616] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35684.064094] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35728.992072] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35775.072084] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35820.000069] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35865.056063] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35907.724240] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[35956.064075] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36000.992048] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36046.048087] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36106.080050] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36137.056081] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36182.048064] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36231.008049] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36275.040076] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36318.048045] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36364.064069] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36409.056045] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36454.048075] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36485.481794] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36544.992069] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[36590.049446] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)

Очень надеюсь на вашу помощь друзья, и в частности victor00000. Пока искал в течении трех дней решение, замеитил, что victor00000 достаточно компетентен в данном вопросе.  ;)

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #16 : 24 Декабря 2013, 23:04:50 »
hostapd.conf
interface=wlan0
driver=nl80211
hw_mode=g
ssid=ZBOX-ID84
channel=1
папробуй
Wars ~.o

Оффлайн zakir0

  • Новичок
  • *
  • Сообщений: 10
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #17 : 25 Декабря 2013, 16:24:01 »
victor00000,
Вот что написано в etc/hostapd.conf:
# Define interface
interface=wlan0
# Select driver
driver=nl80211
# Set access point name
ssid=laptop-wifi
# Set access point harware mode to 802.11g
hw_mode=g
# Set WIFI channel (can be easily changed)
channel=6
# Enable WPA2 only (1 for WPA, 2 for WPA2, 3 for WPA + WPA2)
wpa=2
wpa_passphrase=wifipass
до исправления.
исправил etc/hostapd.conf по твоему примеру:
# Define interface
interface=wlan0
# Select driver
driver=nl80211
# Set access point name
ssid=ZBOX-ID84
# Set access point harware mode to 802.11g
hw_mode=g
# Set WIFI channel (can be easily changed)
channel=1
# Enable WPA2 only (1 for WPA, 2 for WPA2, 3 for WPA + WPA2)
wpa=2
wpa_passphrase=wifipass

Есть еще один etc/hostapd/hostapd.conf , в нем:
#Name:Default
#Type:Hostapd
interface=wlan0
driver=madwifi
ssid=MyWiFI_AP
country_code=RU
hw_mode=g
channel=1
macaddr_acl=0

wpa=3
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_passphrase=1694408zakzaK

я так понимаю, это то что я правил не посредственно в программе WIFI Hostapd AP.  В нем то же исправил как ты советовал. (после исправления: #Name:Default
#Type:Hostapd
interface=wlan0
driver=nl80211
ssid=ZBOX-ID84
country_code=RU
hw_mode=g
channel=1
macaddr_acl=0

wpa=3
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_passphrase=1694408zakzaK
) Только не пойму какой из них приоритетный.
Открыл WIFI Hostapd AP, нажал "запуск" , всеравно тут же закрывается. =(
короче без изменений

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #18 : 25 Декабря 2013, 19:23:12 »
папробуй скрипт
http://paste.ubuntu.com/6630802/
выполнить
sudo ./script.sh
Wars ~.o

Оффлайн zakir0

  • Новичок
  • *
  • Сообщений: 10
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #19 : 25 Декабря 2013, 19:31:55 »
victor00000,
Вот, что получилось:
sudo ./script.sh
random: Trying to read entropy from /dev/random
Configuration file: /root/hostapd-test.conf
nl80211: interface wlan0 in phy phy0
rfkill: initial event: idx=0 type=2 op=0 soft=0 hard=0
rfkill: initial event: idx=1 type=4 op=0 soft=1 hard=0
rfkill: initial event: idx=2 type=1 op=0 soft=0 hard=0
rfkill: initial event: idx=3 type=1 op=0 soft=0 hard=0
rfkill: initial event: idx=4 type=2 op=0 soft=0 hard=0
nl80211: Using driver-based off-channel TX
nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
nl80211: Register frame match - hexdump(len=2): 04 0a
nl80211: Failed to register Action frame processing - ignore for now
nl80211: Add own interface ifindex 4
nl80211: Set mode ifindex 4 iftype 3 (AP)
nl80211: Failed to set interface 4 to mode 3: -95 (Operation not supported)
nl80211: Interface already in requested mode - ignore error
nl80211: Create interface iftype 6 (MONITOR)
nl80211: New interface mon.wlan0 created: ifindex=7
nl80211: Add own interface ifindex 7
BSS count 1, BSSID mask 00:00:00:00:00:00 (0 bits)
nl80211: Regulatory information - country=00
nl80211: 2402-2472 @ 40 MHz
nl80211: 2457-2482 @ 20 MHz
nl80211: 2474-2494 @ 20 MHz
nl80211: 5170-5250 @ 40 MHz
nl80211: 5735-5835 @ 40 MHz
nl80211: Added 802.11b mode based on 802.11g information
Allowed channel: mode=1 chan=1 freq=2412 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=2 freq=2417 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=3 freq=2422 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=4 freq=2427 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=5 freq=2432 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=6 freq=2437 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=7 freq=2442 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=8 freq=2447 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=9 freq=2452 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=10 freq=2457 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=11 freq=2462 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=1 freq=2412 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=2 freq=2417 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=3 freq=2422 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=4 freq=2427 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=5 freq=2432 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=6 freq=2437 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=7 freq=2442 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=8 freq=2447 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=9 freq=2452 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=10 freq=2457 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=11 freq=2462 MHz max_tx_power=15 dBm
Completing interface initialization
Mode: IEEE 802.11g  Channel: 1  Frequency: 2412 MHz
nl80211: Set freq 2412 (ht_enabled=0 sec_channel_offset=0)
nl80211: Failed to set channel (freq=2412): -16 (Device or resource busy)
Could not set channel for kernel driver
wlan0: Unable to setup interface.
Flushing old station entries
Could not connect to kernel driver.
Deauthenticate all stations
nl80211: Remove interface ifindex=7
netlink: Operstate: linkmode=0, operstate=6
nl80211: Set mode ifindex 4 iftype 2 (STATION)

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #20 : 25 Декабря 2013, 19:39:11 »
плохо, не знаю.
Wars ~.o

Оффлайн zakir0

  • Новичок
  • *
  • Сообщений: 10
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #21 : 25 Декабря 2013, 19:58:40 »
victor00000,
Понимаешь что интересно, до того как я задался целью раздавать Wi-Fi с ноута, при наборе команды $ ifconfig -a
система выдавала что то типо :
(Нажмите, чтобы показать/скрыть)


и теперь в итоге после моих трех дневных манипуляций, здесь "аккуратно" стало всё одинаково (ну ты наверное заметил это).
(Нажмите, чтобы показать/скрыть)

Меня это крайне настораживает. проводной тырнет работает , а вот wifi сети находит, но при попытке подключения сбрасыватся Newtwork Manager.
В общем плохо всё . Хотя бы подскажи как всё откатить, и вернуть как было по умолчанию

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #22 : 25 Декабря 2013, 20:08:32 »
начало установка hostapd
sudo apt-get install hostapdи выполнить скрипт.

Wars ~.o

werlock

  • Гость
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #23 : 25 Декабря 2013, 20:12:04 »
Господа! Я дико извиняюсь сам это никогда не пользовал но вот что у меня есть по этому поводу https://cloud.mail.ru/public/b1d81e8d01bf/wimax_intel_5150.tar.gz

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #24 : 25 Декабря 2013, 20:15:53 »
rfkill list
lsmod
?
Wars ~.o

Оффлайн zakir0

  • Новичок
  • *
  • Сообщений: 10
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #25 : 25 Декабря 2013, 20:59:40 »
werlock,
позвольте уточнить, откуда у вас этот файлик? я к тому, что там может есть и такого рода "iwlwifi-5150-ucode-8.24.2.2"? его я нашел вот тут http://wireless.kernel.org/en/users/Drivers/iwlwifi
но не могу разобраться как его установить, судя по мануалу, он его копирует лишь в соответствующую папку, не более...
Пробую ваш драйвер...
отпишусь....

victor00000,
 это sudo apt-get install hostapd и скрипт ничего не изменил, всё точно так же.

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #26 : 25 Декабря 2013, 21:04:37 »
zakir0,
папробуй скрипт
http://paste.ubuntu.com/6630802/
выполнить
sudo ./script.sh
Wars ~.o

Оффлайн zakir0

  • Новичок
  • *
  • Сообщений: 10
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #27 : 25 Декабря 2013, 23:36:20 »
victor00000,
 вот нашел драйвер http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/log/?qt=grep&q=5150. подскажите, как теперь его добавить/установить?

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #28 : 26 Декабря 2013, 00:19:30 »
начало LiveCD 13.10 работает
iwconfig?
Wars ~.o

Оффлайн zakir0

  • Новичок
  • *
  • Сообщений: 10
    • Просмотр профиля
Re: Ubuntu 12.04 wifi intel(R) link 5150
« Ответ #29 : 26 Декабря 2013, 00:35:20 »
victor00000,
 прости не понял про LiveCD 13.10.

$ iwconfig
ppp0      no wireless extensions.

wlan0     IEEE 802.11abg  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
         
wmx0      no wireless extensions.

lo        no wireless extensions.

eth0      no wireless extensions.

 

Страница сгенерирована за 0.027 секунд. Запросов: 21.