Re: Intel WiFi Link 130

2012-08-27 Thread X-user
It's me again. I just want to say that now (after removing firmwares that are downloaded with OpenBSD's fw_update and copying new one from http://intellinuxwireless.org/?n=downloadsf=ucodes_6000g2b to /etc/firmware/iwn-6005) dmesg does not show firmware error anymore! But now it says iwn0:

Re: Intel WiFi Link 130

2012-08-27 Thread X-user
No, I'm unable to do this. Still iwn0: could not configure bluetooth coexistence iwn0: could not configure device and iwn0: could not configure bluetooth coexistence iwn0: could not configure device iwn0: no link ..sleeping when doing the same at boot. I tried all versions of ucode but

Re: Intel WiFi Link 130

2012-08-26 Thread X-user
Well, kernel sees and configures device successfully creating iwn0 interface. But dealing with firmware (for example when you try to do ifconfig iwn0 up scan) causes fatal firmware error. I compile and use OpenBSD 5.2-current (GENERIC.MP) kernel/base/xorg etc. Here are logs: Device as seen by

Re: Intel WiFi Link 130

2012-08-25 Thread X-user
please On Sat, Aug 25, 2012 at 3:29 AM, X-user x-user2...@yandex.ru wrote:  Add code to enable boot-time configuration of this device:  file: src/sys/dev/pci/if_iwn.c, from line: 93  [begin code]  { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_100_2 },  { PCI_VENDOR_INTEL

Intel WiFi Link 130

2012-08-24 Thread X-user
Add code to enable boot-time configuration of this device: file: src/sys/dev/pci/if_iwn.c, from line: 93 [begin code] { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_100_2 }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_130_1 }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_130_2 } }; [end code]