Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Ubuntu 10.10 Intel Wimax 6250 problem

  1. #11
    Join Date
    Nov 2009
    Beans
    22

    Re: Ubuntu 10.10 Intel Wimax 6250 problem

    I will chip in another 20 via paypal. i know just enough to really jam things up. little help please

    i got this going on

    Code:
     laptop:~$ dmesg | grep 2400
    [    0.000000] PERCPU: Embedded 14 pages/cpu @c2400000 s36416 r0 d20928 u524288
    [    0.000000]   #41 [0002400000 - 000240e000]         BOOTMEM
    [   17.112501] i2400m_usb 2-1.5:1.0: WiMAX interface wmx0 (00:1d:e1:38:dc:e2) ready
    [   17.194839] i2400m_usb 2-1.5:1.0: fw i6050-fw-usb-1.5.sbcf: cannot load file: -2
    [   17.194912] i2400m_usb 2-1.5:1.0: Could not find a usable firmware image
    [   17.194977] i2400m_usb 2-1.5:1.0: cannot bootstrap device: -2
    [   17.361475] i2400m_usb 2-1.5:1.0: cannot setup device: -2
    [   17.361565] i2400m_usb: probe of 2-1.5:1.0 failed with error -2
    [   17.361615] usbcore: registered new interface driver i2400m_usb
    [  502.937944] usbcore: deregistering interface driver i2400m_usb
    [  515.760340] i2400m_usb 2-1.5:1.0: WiMAX interface wmx0 (00:1d:e1:38:dc:e2) ready
    [  515.764428] i2400m_usb 2-1.5:1.0: fw i6050-fw-usb-1.5.sbcf: cannot load file: -2
    [  515.764442] i2400m_usb 2-1.5:1.0: Could not find a usable firmware image
    [  515.764453] i2400m_usb 2-1.5:1.0: cannot bootstrap device: -2
    [  515.787562] i2400m_usb 2-1.5:1.0: cannot setup device: -2
    [  515.787592] i2400m_usb: probe of 2-1.5:1.0 failed with error -2
    [  515.787648] usbcore: registered new interface driver i2400m_usb
    Last edited by phoenixcor; January 6th, 2011 at 01:44 AM. Reason: more information

  2. #12
    Join Date
    May 2009
    Beans
    12

    Re: Ubuntu 10.10 Intel Wimax 6250 problem

    This should work:

    1. Download http://linuxwimax.org/Download?actio...-1.5.0.tar.bz2

    2. Extract the two sbcf files into /lib/firmware/ using archive manager.

    3. Start the terminal and run
    Code:
    sudo chown root:root /lib/firmware/*.sbcf
    Code:
    sudo chmod 644 /lib/firmware/*.sbcf
    4. Restart.

    5. Check output of
    Code:
    dmesg | grep 2400
    it should be something like:

    [ 21.478041] i2400m_usb 2-1.5:1.0: WiMAX interface wmx0 (00:1d:e1:37:aa:d9) ready
    [ 24.948903] i2400m_usb 2-1.5:1.0: firmware interface version 9.3.2
    [ 24.956475] usbcore: registered new interface driver i2400m_usb
    Last edited by faal; January 7th, 2011 at 05:00 PM.

  3. #13
    Join Date
    Nov 2009
    Beans
    22

    Re: Ubuntu 10.10 Intel Wimax 6250 problem

    Thanks faal! you rock, everything shows up now. Now to get connected. when I run:

    wimaxd -i wmx0
    then

    wimaxcu scan
    i get the following

    ERROR: You do not possess sufficient privileges to perform this action.

    I think I am just having trouble firing the wimax up... just a guess
    Last edited by phoenixcor; January 14th, 2011 at 01:50 AM.

  4. #14
    Join Date
    May 2009
    Beans
    12

    Re: Ubuntu 10.10 Intel Wimax 6250 problem

    Quote Originally Posted by phoenixcor View Post
    Thanks faal! you rock, everything shows up now. Now to get connected. when I run:

    then

    i get the following

    ERROR: You do not possess sufficient privileges to perform this action.

    I think I am just having trouble firing the wimax up... just a guess
    Try

    Code:
    sudo wimaxd -i wmx0
    and

    Code:
    sudo wimaxcu scan
    If you type sudo infront of a command you will run it as superuser.

  5. #15
    Join Date
    Nov 2009
    Beans
    22

    Re: Ubuntu 10.10 Intel Wimax 6250 problem

    error message

    Make sure wimax network service is running.

    someone on the boards made mention of a hardware switch, when i right click network manager, it shows wimax enabled, but disconnected when i left click. is the radio just not on? also ran rfkill and the wimax is not blocked

    Thanks faal!
    Last edited by phoenixcor; January 18th, 2011 at 02:49 AM.

  6. #16
    Join Date
    Aug 2009
    Beans
    22

    Re: Ubuntu 10.10 Intel Wimax 6250 problem

    Quote Originally Posted by faal View Post
    Try

    Code:
    sudo wimaxd -i wmx0
    and

    Code:
    sudo wimaxcu scan
    If you type sudo infront of a command you will run it as superuser.
    I am also trying to use the wimax side of the 6250.
    1. what I did was disable wireless in Network Manager
    2. ran code: 'sudo wimaxd -i wmx0' it returned: 'sudo: wimaxd: command not found'

    Any ideas on where to go from here? I
    have rpms for the wimax, wimax-tools, wimax-lib, etc. but found Fedora forums to be not nearly as helpful as Ubuntu so I switched back to 10.10 on my Dell mini 1012 with Intel 6250. Can I use the alien package to change the rpms into debs and install them?

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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