Announcement

Collapse
No announcement yet.

wireless master mode !!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    wireless master mode !!

    Hello .. im desperately triing to let my laptop to work as access point ( and then forward trough my wired card). I read several howtos but i fail almost immediately on this command:

    root@hyperion:~# iwconfig eth0 mode master
    Error for wireless request "Set Mode" (8B06) :
    SET failed on device eth0 ; Invalid argument.

    note that wireless card is detected and work correctly in managed mode, the only think im unable to enable master mode ( even ad-hoc mode is accepted, but its not what im aiming for ). I read also that some card are not capable to work in this mode but i triied with 2 laptops ad even with a usb wireless card, and i get always the same result. Its possible that im so unlucky or there is something i missed ? its just a driver problem and i should try another driver even if card seems work correctly ( in managed mode).

    Any hint will be really appreciated.

    #2
    Re: wireless master mode !!

    This may be a stupid question but is eth0 definitely your wireless card? I know that on my comp eth0 is my ethernet card and wlan0 is the wireless (look in kmenu>system settings> network settings if you are unsure).

    Comment


      #3
      Re: wireless master mode !!

      Is there a specific reason for doing it on the command line?

      I would first open knetworkmanager - it should be there as an icon in your taskbar anyway in the form of a plug from lan cable - if you are plugged in, that is.

      Right click on that and enable wireless. Does it work?
      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

      Comment


        #4
        Re: wireless master mode !!

        @marshallbanana

        yep .. for unknown reasons my wired card is eth1 and wi-fi card is eth0. SInce its not a big problem anyway i never cared to rename the deviced. Anyway heres some info to prove it:

        root@hyperion:~# iwconfig
        lo no wireless extensions.

        eth1 no wireless extensions.

        eth0 unassociated ESSID:""
        Mode:Managed Channel=0 Access Point: Not-Associated
        Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
        Retry limit:7 RTS thrff Fragment thrff
        Encryption keyff
        Power Managementff
        Link Quality:0 Signal level:0 Noise level:0
        Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
        Tx excessive retries:0 Invalid misc:0 Missed beacon:0

        root@hyperion:~# ifconfig
        eth0 Link encap:Ethernet HWaddr 00:16:6f:80:6c:e3
        UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
        RX packets:39004 errors:0 dropped:0 overruns:0 frame:0
        TX packets:58051 errors:0 dropped:0 overruns:0 carrier:1
        collisions:0 txqueuelen:1000
        RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
        Interrupt:21 Base address:0xe000 Memory:b0106000-b0106fff

        eth1 Link encap:Ethernet HWaddr 00:13:a9:30:1b:62
        inet addr:10.212.149.3 Bcast:10.212.149.255 Mask:255.255.255.0
        inet6 addr: fe80::213:a9ff:fe30:1b62/64 Scope:Link
        UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
        RX packets:76462 errors:0 dropped:0 overruns:0 frame:0
        TX packets:37498 errors:0 dropped:0 overruns:0 carrier:0
        collisions:0 txqueuelen:1000
        RX bytes:42794921 (40.8 MB) TX bytes:5641863 (5.3 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:16436 Metric:1
        RX packets:7402 errors:0 dropped:0 overruns:0 frame:0
        TX packets:7402 errors:0 dropped:0 overruns:0 carrier:0
        collisions:0 txqueuelen:0
        RX bytes:10501631 (10.0 MB) TX bytes:10501631 (10.0 MB)


        @toad
        I think you dont understood the problem. I dont want to connect to an access point. I dont want to "find" an essid. What i aim is that my laptop provided essid and an access to other wi-fi devices.

        Comment


          #5
          Re: wireless master mode !!

          Sorry mate - no, I didn't read your post properly/understand your problem. I'll be following this thread with interest though, as I know nothing about what you are planning to do...

          Good luck
          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

          Comment


            #6
            Re: wireless master mode !!

            Seems i have no chance to do it. there are not many good howtos onthis topic, and most of them are quite old. but what i got is that not all devices are capable to run in master mode, and even if the device can, the linux driver often was not made to enable it ( probably the first goal was to use it in standard mode and they not cared much alternative usage).

            Anyway:
            in both my laptops have intel 2200GB chipset for wifi, and the linux driver dont support master mode, ndiswrapper seems also not capable to enable master mode ( at least i read so). the usb wi-fi device its a DWL-G122 and also this cant be used in master mode ( at least with linux). >

            So i think i have to give up.

            Comment

            Working...
            X