Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 53

Thread: EW-7728In, Ralink chipset problem with drivers

  1. #21
    Join Date
    Apr 2008
    Location
    Germany
    Beans
    13
    Distro
    Ubuntu 9.10 Karmic Koala

    Exclamation Re: EW-7728In, Ralink chipset problem with drivers

    you two got me thinking..
    I chose to hide my SSID before and connect manually but couldn't get it to work.

    SSID Broadcast is now on. It Works!
    I just need to click my network and type my password. I don't even need to select my encryption, ubuntu already had it right.

    Thanks!



    edit:
    I tried turning SSID Broadcast off. DHCP worked, static IP as well but only for a while.
    I chose static-ip and removed the "Search Domains" field to force a disconnect. After that I could not get a connection although all options were back to the previous working setup.
    It kept asking for the password. Checking the "Show password"-box revealed what seemed like a hex-unicode-kinda phrase to me, no matter what I inserted before.

    Turning SSID Broadcast on again got me connected and online in no time.
    Last edited by Phlex_de; June 15th, 2009 at 12:45 PM.

  2. #22
    Join Date
    Feb 2009
    Beans
    114

    Re: EW-7728In, Ralink chipset problem with drivers

    I'm getting the following error when I run the 'make' command,im fairly sure i have all the require repos.

    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0# make
    make: Warning: File `Makefile' has modification time 2.1e+08 s in the future
    make -C tools
    make[1]: Entering directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/tools'
    make[1]: Warning: File `Makefile' has modification time 2.1e+08 s in the future
    gcc -g bin2h.c -o bin2h
    make[1]: warning: Clock skew detected. Your build may be incomplete.
    make[1]: Leaving directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/tools'
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/tools/bin2h
    cp -f os/linux/Makefile.6 /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile
    make -C /lib/modules/2.6.31-14-generic/build SUBDIRS=/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic'
    make[1]: Warning: File `/usr/src/linux-headers-2.6.31-14-generic/arch/x86/Makefile_32.cpu' has modification time 2.4e+08 s in the future
    make[2]: Warning: File `scripts/Makefile.lib' has modification time 2.4e+08 s in the future
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/md5.o
    In file included from /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/md5.c:40:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/include/rt_config.h:90:2: error: #error "Build for being controlled by NetworkManager or wext, please set HAS_WPA_SUPPLICANT=y and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y"
    make[2]: *** [/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/md5.o] Error 1
    make[1]: *** [_module_/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-14-generic'
    make: *** [LINUX] Error 2
    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0# install
    install: missing file operand
    Try `install --help' for more information.
    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0# make install
    make: Warning: File `Makefile' has modification time 2.1e+08 s in the future
    make -C /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux -f Makefile.6 install
    make[1]: Entering directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux'
    make[1]: Warning: File `Makefile.6' has modification time 2.1e+08 s in the future
    mkdir: cannot create directory `/etc/Wireless': File exists
    rm -rf /etc/Wireless/RT2860STA
    mkdir /etc/Wireless/RT2860STA
    cp /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/RT2860STA.dat /etc/Wireless/RT2860STA/.
    install -d /lib/modules/2.6.31-14-generic/kernel/drivers/net/wireless/
    install -m 644 -c rt2860sta.ko /lib/modules/2.6.31-14-generic/kernel/drivers/net/wireless/
    install: cannot stat `rt2860sta.ko': No such file or directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux'
    make: *** [install] Error 2
    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0#

  3. #23
    Join Date
    Feb 2009
    Beans
    114

    Re: EW-7728In, Ralink chipset problem with drivers

    Dont think it liked the config changes i made to allow WPA, to i reverted them back, but now im getting a new error

    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0# make
    make: Warning: File `Makefile' has modification time 2.1e+08 s in the future
    make -C tools
    make[1]: Entering directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/tools'
    make[1]: Warning: File `Makefile' has modification time 2.1e+08 s in the future
    gcc -g bin2h.c -o bin2h
    make[1]: warning: Clock skew detected. Your build may be incomplete.
    make[1]: Leaving directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/tools'
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/tools/bin2h
    cp -f os/linux/Makefile.6 /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile
    make -C /lib/modules/2.6.31-14-generic/build SUBDIRS=/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic'
    make[1]: Warning: File `/usr/src/linux-headers-2.6.31-14-generic/arch/x86/Makefile_32.cpu' has modification time 2.4e+08 s in the future
    make[2]: Warning: File `scripts/Makefile.lib' has modification time 2.4e+08 s in the future
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/md5.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/mlme.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/mlme.c: In function ‘BssTableSortByRssi’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/mlme.c:4261: warning: the frame size of 1572 bytes is larger than 1024 bytes
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/rtmp_wep.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/action.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_data.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_data.c: In function ‘RTMP_FillTxBlkInfo’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_data.c:947: warning: label ‘FillTxBlkErr’ defined but not used
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/rtmp_init.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/rtmp_tkip.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_sync.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/eeprom.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_sanity.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_info.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_wpa.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_wpa.c: In function ‘AES_GTK_KEY_WRAP’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/cmm_wpa.c:798: warning: the frame size of 1092 bytes is larger than 1024 bytes
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/dfs.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../common/spectrum.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/assoc.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/aironet.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/auth.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/auth_rsp.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c:1303: warning: unused variable ‘ByteValue’
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c:1601: warning: the frame size of 1304 bytes is larger than 1024 bytes
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtJoinAction’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c:983: warning: the frame size of 1252 bytes is larger than 1024 bytes
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c: In function ‘PeerBeaconAtScanAction’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c:724: warning: the frame size of 1256 bytes is larger than 1024 bytes
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c: In function ‘MlmeStartReqAction’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sync.c:584: warning: the frame size of 1064 bytes is larger than 1024 bytes
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/sanity.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/rtmp_data.o
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/connect.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/connect.c: In function ‘CntlOidScanProc’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/connect.c:321: warning: the frame size of 1600 bytes is larger than 1024 bytes
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/wpa.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/wpa.c: In function ‘CCKMPRF’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../sta/wpa.c:1838: warning: the frame size of 1044 bytes is larger than 1024 bytes
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_linux.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_linux.c: In function ‘send_monitor_packets’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_linux.c:1002: warning: the frame size of 1084 bytes is larger than 1024 bytes
    CC [M] /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.o
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.c: In function ‘RTMPReadParametersHook’:
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.c:928: error: ‘struct task_struct’ has no member named ‘fsuid’
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.c:929: error: ‘struct task_struct’ has no member named ‘fsgid’
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.c:930: error: ‘struct task_struct’ has no member named ‘fsuid’
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.c:930: error: ‘struct task_struct’ has no member named ‘fsgid’
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.c:1554: error: ‘struct task_struct’ has no member named ‘fsuid’
    /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.c:1555: error: ‘struct task_struct’ has no member named ‘fsgid’
    make[2]: *** [/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/../../os/linux/rt_profile.o] Error 1
    make[1]: *** [_module_/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-14-generic'
    make: *** [LINUX] Error 2
    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0# make install
    make: Warning: File `Makefile' has modification time 2.1e+08 s in the future
    make -C /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux -f Makefile.6 install
    make[1]: Entering directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux'
    make[1]: Warning: File `Makefile.6' has modification time 2.1e+08 s in the future
    mkdir: cannot create directory `/etc/Wireless': File exists
    rm -rf /etc/Wireless/RT2860STA
    mkdir /etc/Wireless/RT2860STA
    cp /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/RT2860STA.dat /etc/Wireless/RT2860STA/.
    install -d /lib/modules/2.6.31-14-generic/kernel/drivers/net/wireless/
    install -m 644 -c rt2860sta.ko /lib/modules/2.6.31-14-generic/kernel/drivers/net/wireless/
    install: cannot stat `rt2860sta.ko': No such file or directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux'
    make: *** [install] Error 2
    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0# make install
    make: Warning: File `Makefile' has modification time 2.1e+08 s in the future
    make -C /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux -f Makefile.6 install
    make[1]: Entering directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux'
    make[1]: Warning: File `Makefile.6' has modification time 2.1e+08 s in the future
    mkdir: cannot create directory `/etc/Wireless': File exists
    rm -rf /etc/Wireless/RT2860STA
    mkdir /etc/Wireless/RT2860STA
    cp /home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/RT2860STA.dat /etc/Wireless/RT2860STA/.
    install -d /lib/modules/2.6.31-14-generic/kernel/drivers/net/wireless/
    install -m 644 -c rt2860sta.ko /lib/modules/2.6.31-14-generic/kernel/drivers/net/wireless/
    install: cannot stat `rt2860sta.ko': No such file or directory
    make[1]: *** [install] Error 1
    make[1]: Leaving directory `/home/liminal/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux'
    make: *** [install] Error 2
    root@ubuntu-antec:~/Desktop/2008_0918_RT2860_Linux_STA_v1.8.0.0#

  4. #24
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: EW-7728In, Ralink chipset problem with drivers

    My system has rt2860sta.ko in it already; doesn't yours? Moreover, it's a later version that what you are trying to compile here.
    Code:
    sudo updatedb
    locate rt2860sta.ko
    Also, a file built in 2008 is unlikely to work well with your newer modern, sleek 2.6.31 kernel.

    Shall we try to get your device working with what's already in the kernel? Please post:
    Code:
    lspci -nn
    You can omit everything not wireless.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #25
    Join Date
    Feb 2009
    Beans
    114

    Re: EW-7728In, Ralink chipset problem with drivers

    Hi - I dont have a etho connection so I can't update with a simple sudo command. If nonstandard repository are required i will move them from another machine with usb.

    Heres my lspci output:

    liminal@ubuntu-antec:~$ lspci -nn
    00:00.0 Host bridge [0600]: ATI Technologies Inc RD790 Northbridge only dual slot PCI-e_GFX and HT3 K8 part [1002:5956]
    00:02.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI bridge (external gfx0 port A) [1002:5978]
    00:06.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port C) [1002:597c]
    00:07.0 PCI bridge [0604]: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port D) [1002:597d]
    00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] [1002:4390]
    00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
    00:12.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
    00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
    00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
    00:13.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
    00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
    00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 3c)
    00:14.1 IDE interface [0101]: ATI Technologies Inc SB700/SB800 IDE Controller [1002:439c]
    00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383]
    00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host controller [1002:439d]
    00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384]
    00:14.5 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller [1002:4399]
    00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200]
    00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map [1022:1201]
    00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202]
    00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203]
    00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control [1022:1204]
    01:05.0 Network controller [0280]: RaLink RT2800 802.11n PCI [1814:0601]
    02:00.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. Device [1106:3403]
    03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
    04:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV630 [Radeon HD 2600XT] [1002:9588]
    04:00.1 Audio device [0403]: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series] [1002:aa08]
    liminal@ubuntu-antec:~$

  6. #26
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: EW-7728In, Ralink chipset problem with drivers

    I dont have a etho connection so I can't update with a simple sudo command.
    My suggestion, sudo updatedb, updates the searchable database on your computer; it does not require an internet connection.
    RaLink RT2800 802.11n PCI [1814:0601]
    Your device is claimed by the built-in driver:
    Code:
    modinfo rt2860sta | grep 0601
    alias:          pci:v00001814d00000601sv*sd*bc*sc*i*
    Please do:
    Code:
    sudo modprobe rt2860sta
    iwconfig
    Was a wireless interface created, wlan0 perhaps? If so, can you click the Network Manager icon and connect?

    If not, let's find out what's going wrong. Please post:
    Code:
    dmesg | grep -i rt2
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #27
    Join Date
    Feb 2009
    Beans
    114

    Re: EW-7728In, Ralink chipset problem with drivers

    I do see a wifi icon in my top menubar, but it doesn't pick anything up and I know there are at least 5 different types of wifi signals in the area
    Code:
    liminal@ubuntu-antec:~$ sudo updatedb
    [sudo] password for liminal: 
    liminal@ubuntu-antec:~$ sudo modprobe rt2860sta
    liminal@ubuntu-antec:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    ra0       RT2860 Wireless  ESSID:""  Nickname:"RT2860STA"
              Mode:Auto  Frequency=2.412 GHz  Bit Rate=1 Mb/s   
              RTS thr:off   Fragment thr:off
              Link Quality=10/100  Signal level:0 dBm  Noise level:-87 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    
    liminal@ubuntu-antec:~$

  8. #28
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: EW-7728In, Ralink chipset problem with drivers

    can you click the Network Manager icon and connect?

    If not, let's find out what's going wrong. Please post:
    Code:

    dmesg | grep -i rt2
    How about it? There may be clues in there.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #29
    Join Date
    Feb 2009
    Beans
    114

    Re: EW-7728In, Ralink chipset problem with drivers

    I can click the network icon I just dont see any wireless networks to join.

    liminal@ubuntu-antec:~$ dmesg | grep -i rt2
    [ 11.441202] rt2860sta: module is from the staging directory, the quality is unknown, you have been warned.
    [ 11.442942] rt2860 0000:01:05.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    liminal@ubuntu-antec:~$
    liminal@ubuntu-antec:~$

  10. #30
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: EW-7728In, Ralink chipset problem with drivers

    Please try:
    Code:
    sudo iwconfig ra0 mode managed
    sudo iwconfig ra0 rate auto
    sudo iwlist wlan0 scan
    If you get scan results, try Network Manager again.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 3 of 6 FirstFirst 12345 ... LastLast

Tags for this Thread

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
  •