Results 1 to 6 of 6

Thread: ultraplus f-9000hd wireless connection

  1. #1
    Junior Member
    Join Date
    Jan 2009
    Posts
    68
    Thanks
    63
    Thanked 12 Times in 7 Posts
    Rep Power
    189
    Reputation
    70

    Default ultraplus f-9000hd wireless connection

    has anyone got the F9000 to work on a wireless network? I have a TP-Link TL-WN321G 54M network adaptor which is supposed to the the correct one (correct chipset) but it isn't recognised for some reason.



Look Here ->
  • #2
    Junior Member
    Join Date
    Apr 2008
    Posts
    13
    Thanks
    0
    Thanked 6 Times in 4 Posts
    Rep Power
    0
    Reputation
    40

    Default

    Try booting with the adapter connected
    If you cant connect in the menu see if you have the hardware working

    Telnet into the F9000
    Use the login root
    type /etc/init.d/wireless stop
    type /etc/init.d/wireless start

  • The Following 2 Users Say Thank You to 34by151 For This Useful Post:

    LeroyPatrol (17-01-11),wazm (17-01-11)

  • #3
    Junior Member
    Join Date
    Jan 2009
    Posts
    68
    Thanks
    63
    Thanked 12 Times in 7 Posts
    Rep Power
    189
    Reputation
    70

    Default

    Was wondering if I could telnet into it. WPA isn't running so I guess it hasn't accepted the wireless adapter. This one is supposed to be the correct one. It only cost $19 so I might pull the cover off and check the chipset .


    Quote Originally Posted by 34by151 View Post
    Try booting with the adapter connected
    If you cant connect in the menu see if you have the hardware working

    Telnet into the F9000
    Use the login root
    type /etc/init.d/wireless stop
    type /etc/init.d/wireless start

  • #4
    Junior Member
    Join Date
    Apr 2008
    Posts
    13
    Thanks
    0
    Thanked 6 Times in 4 Posts
    Rep Power
    0
    Reputation
    40

    Default

    Also check it seen on the usb bus.

    use
    cat /proc/bus/usb/devices

    also if you look in the wireless script you will find the driver types are
    rt73, rt2870 and zd1211

    so /proc/bus/usb/devices will show ones of these if the driver is loaded

    you can cut that down by piping the results to grep with

    /proc/bus/usb/devices | grep rt

    and

    /proc/bus/usb/devices | grep zd

  • The Following 2 Users Say Thank You to 34by151 For This Useful Post:

    LeroyPatrol (17-01-11),wazm (18-01-11)

  • #5
    Senior Member
    LeroyPatrol's Avatar
    Join Date
    Jan 2008
    Location
    N.E. Vic
    Posts
    16,229
    Thanks
    3,528
    Thanked 4,710 Times in 2,797 Posts
    Rep Power
    1669
    Reputation
    46551

    Default

    Here's the wireless setup doc for the 980 which is the same


    I also found some nice right angle USB adapters on ebay.
    Leroy
    XCRUISER HDSR600HD twin sat and terrestrial receiver $OOS *
    XCRUISER HDSR385 Avant - sold out$OOS UltraPlus DVB-T and DVB-S2 tuners $49 Remotes $OOS

  • #6
    Junior Member
    Join Date
    Jan 2009
    Posts
    68
    Thanks
    63
    Thanked 12 Times in 7 Posts
    Rep Power
    189
    Reputation
    70

    Default

    Tried that and got this.


    cat /proc/bus/usb/devices | grep rt
    T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 1
    T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1
    T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 2
    T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 0


    Does this mean we have a driver? Doesn't look like it to me.

    This does though

    T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 0
    D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=148f ProdID=2070 Rev= 1.01
    S: Manufacturer=Ralink
    S: Product=802.11 g WLAN
    S: SerialNumber=1.0
    C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=450mA
    I: If#= 0 Alt= 0 #EPs= 7 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)




    Quote Originally Posted by 34by151 View Post
    Also check it seen on the usb bus.

    use
    cat /proc/bus/usb/devices

    also if you look in the wireless script you will find the driver types are
    rt73, rt2870 and zd1211

    so /proc/bus/usb/devices will show ones of these if the driver is loaded

    you can cut that down by piping the results to grep with

    /proc/bus/usb/devices | grep rt

    and

    /proc/bus/usb/devices | grep zd

  • 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
    •