Results 1 to 5 of 5

Thread: Activate B43 WiFi on 6.4.3 BUG

  1. #1
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Activate B43 WiFi on 6.4.3 BUG

    Reference:
    http://smtp.knoppix.net/wiki/Network...ppix_5.3.1_FAQ

    I. Native way:
    a)
    Code:
    knoppix@Microknoppix:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    knoppix@Microknoppix:~$
    b) Need to put back b43 and ssb:
    Code:
    knoppix@Microknoppix:~$ sudo modprobe -a ssb
    knoppix@Microknoppix:~$ sudo modprobe -a b43
    knoppix@Microknoppix:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    knoppix@Microknoppix:~$
    c)
    Code:
    knoppix@Microknoppix:~$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:0f:b0:fa:e5:31  
              inet addr:192.168.0.71  Bcast:192.168.0.255  Mask:255.255.255.0
              inet6 addr: fe80::20f:b0ff:fefa:e531/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:3667 errors:0 dropped:0 overruns:0 frame:0
              TX packets:2071 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:2442530 (2.3 MiB)  TX bytes:293863 (286.9 KiB)
              Interrupt:22 Base address:0xa000 
    
    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:16436  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:0 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    knoppix@Microknoppix:~$
    * Only the "lo" entry there

    d) Become the super user

    Code:
    knoppix@Microknoppix:~$ su
    root@Microknoppix:/home/knoppix#
    e) Setup the ESSID and the channel
    Code:
    root@Microknoppix:/home/knoppix# iwconfig wlan0 essid "my_network" channel "6"
    root@Microknoppix:/home/knoppix#
    f) Check the result
    Code:
    root@Microknoppix:/home/knoppix# iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bg  ESSID:"my_network"  
              Mode:Managed  Frequency:2.437 GHz  Access Point: Not-Associated   
              Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              
    root@Microknoppix:/home/knoppix#
    g) Activate the wlan0
    Code:
    root@Microknoppix:/home/knoppix# ifconfig wlan0 up
    SIOCSIFFLAGS: Unknown error 132
    root@Microknoppix:/home/knoppix#
    * Error message returns

    SIOCSIFFLAGS: Unknown error 132
    ** Native way has BUG?

    Suspect Knoppix 5.3.1 DOCS are outdated.

    Reply requested, please . . .

  2. #2
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    6.7.1 Error Message

    Quote Originally Posted by luther View Post
    g) Activate the wlan0
    Code:
    root@Microknoppix:/home/knoppix# ifconfig wlan0 up
    SIOCSIFFLAGS: Unknown error 132
    root@Microknoppix:/home/knoppix#
    * Error message returns

    ** Native way has BUG?

    Suspect Knoppix 5.3.1 DOCS are outdated.

    Reply requested, please . . .
    Hi,
    Using a borrowed external WiFi W/6.7.1, trapped this error:

    Code:
    root@Microknoppix:/home/knoppix# ifconfig wlan0 up
    SIOCSIFFLAGS: Operation not possible due to RF-kill
    root@Microknoppix:/home/knoppix#
    Error message returned from 6.7.1
    SIOCSIFFLAGS: Operation not possible due to RF-kill
    Does this provide any clues to the bug[s] where-abouts?

  3. #3
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Thumbs up External WiFi w/6.4.3

    Hi,
    This configuration appears to function OK:

    Code:
    knoppix@Microknoppix:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    knoppix@Microknoppix:~$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:0f:b0:fa:e5:31  
              inet addr:192.168.0.71  Bcast:192.168.0.255  Mask:255.255.255.0
              inet6 addr: fe80::20f:b0ff:fefa:e531/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:252 errors:0 dropped:0 overruns:0 frame:0
              TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:15120 (14.7 KiB)  TX bytes:1086 (1.0 KiB)
              Interrupt:22 Base address:0xa000 
    
    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:16436  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:0 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    knoppix@Microknoppix:~$ su
    root@Microknoppix:/home/knoppix# iwconfig wlan0 essid "my_network" channel "6"
    root@Microknoppix:/home/knoppix# iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:"my_network"  
              Mode:Managed  Frequency:2.437 GHz  Access Point: Not-Associated   
              Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              
    root@Microknoppix:/home/knoppix# iwconfig wlan0 power on
    root@Microknoppix:/home/knoppix# iwconfig wlan0 txpower 20
    Error for wireless request "Set Tx Power" (8B26) :
        SET failed on device wlan0 ; Invalid argument.
    root@Microknoppix:/home/knoppix# iwconfig wlan0 txpower "20"
    Error for wireless request "Set Tx Power" (8B26) :
        SET failed on device wlan0 ; Invalid argument.
    root@Microknoppix:/home/knoppix# ifconfig wlan0 up
    root@Microknoppix:/home/knoppix# iwlist wlan0 scan
    wlan0     Scan completed :
              Cell 01 - Address: 58:6D:8F:62:71:BB
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=25/70  Signal level=-85 dBm  
                        Encryption key:on
                        ESSID:"BronzePanda"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                                  24 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=0000013ba4d3f22b
                        Extra: Last beacon: 1153ms ago
                        IE: Unknown: 000B42726F6E7A6550616E6461
                        IE: Unknown: 010882848B962430486C
                        IE: Unknown: 030101
                        IE: Unknown: 050400010100
                        IE: Unknown: 2A0106
                        IE: Unknown: 2F0106
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : CCMP TKIP
                            Authentication Suites (1) : PSK
                        IE: Unknown: 32040C121860
                        IE: Unknown: 2D1AFC181BFFFF000000000000000000000000000000000000000000
                        IE: Unknown: 3D1601001B00000000000000000000000000000000000000
                        IE: Unknown: 4A0E14000A002C01C800140005001900
                        IE: Unknown: 7F0101
                        IE: Unknown: DD270050F204104A00011010440001021047001061871BB7F550F4576F1F931F67E49FC9103C000103
                        IE: Unknown: DD090010180204F0040000
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (2) : CCMP TKIP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
              Cell 02 - Address: 00:21:1E:57:DC:60
                        Channel:4
                        Frequency:2.427 GHz (Channel 4)
                        Quality=70/70  Signal level=-15 dBm  
                        Encryption key:on
                        ESSID:"my_network"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 22 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                                  36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=00000000343a5d7d
                        Extra: Last beacon: 956ms ago
                        IE: Unknown: 0009717765737435323936
                        IE: Unknown: 010582848B962C
                        IE: Unknown: 030104
                        IE: Unknown: 2A0104
                        IE: Unknown: 32080C1218243048606C
    root@Microknoppix:/home/knoppix#
    **Added some tweaks to code

  4. #4
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @ luther

    I haven't been following this thread.
    I don't know what your question is, and
    I'm really lost on context.

    For example, how close to an UNMODIFIED configuration are we dealing with,
    and are you using wicd or network manager?

    I think we've got the driver problem sorted out, but it's not clear you
    have gotten on-line with wifi in 6.4.3. If you're using wicd, I expect that'd work
    but I don't use it, so don't know its peculiarities. For me, complicated as it is,
    network manager 'just works' for me and I don't know its peculiarities either.

  5. #5
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Thumbs up Solved

    Summary:

    Needed external WiFi, suggested by utu.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory picture

Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory

$16.29



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



Corsair Vengeance LPX 32GB PC4-25600 (DDR4-3200) Memory NEVER USED LOOSE STICKS picture

Corsair Vengeance LPX 32GB PC4-25600 (DDR4-3200) Memory NEVER USED LOOSE STICKS

$40.00



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L picture

A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L

$27.98



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$13.25



A-Tech 16GB 2x 8GB PC3-12800 Desktop DDR3 1600 MHz 240pin DIMM Memory RAM 16G 8G picture

A-Tech 16GB 2x 8GB PC3-12800 Desktop DDR3 1600 MHz 240pin DIMM Memory RAM 16G 8G

$27.98



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 64GB 4x 16GB 2Rx4 PC4-17000R DDR4 2133MHz ECC REG RDIMM Server Memory RAM picture

A-Tech 64GB 4x 16GB 2Rx4 PC4-17000R DDR4 2133MHz ECC REG RDIMM Server Memory RAM

$87.96