You’ve clearly a lot of expertise in Linux on the other hand I’m good in website programming (that’s how I make money). Therefore I know that the 16 character is not exactly a limit in the chat but that limit is imposed by the login screen. The code defining the username box says:
If you change the number in maxlength=“16” in something different or if you delete that part all together then the limit is set to the new number resp. there’s no limit anymore.
Note: I can see it is a PHP page so if you look into the PHP source you´ll probably see something that differs a bit from what I’ve pasted.
Anyway, back on topic:
- The new version of the driver didn’t work. Instead in dmesg there are even more warnings issued. The relevant part is:
[ 22.875013] usbcore: registered new interface driver rt2870
[ 22.880899] rt3070sta: Unknown symbol usb_register_driver (err 0)
[ 22.882060] rt3070sta: Unknown symbol usb_put_dev (err 0)
[ 22.882479] rt3070sta: Unknown symbol usb_get_dev (err 0)
[ 22.883212] rt3070sta: Unknown symbol usb_submit_urb (err 0)
[ 22.884355] rt3070sta: Unknown symbol usb_free_coherent (err 0)
[ 22.949400] rt3070sta: Unknown symbol usb_control_msg (err 0)
[ 22.950701] rt3070sta: Unknown symbol usb_deregister (err 0)
[ 22.996995] rt3070sta: Unknown symbol usb_kill_urb (err 0)
.
.
.
[ 25.126505] Registered led device: rt2800usb-phy0::radio
[ 25.126584] Registered led device: rt2800usb-phy0::assoc
[ 25.126653] Registered led device: rt2800usb-phy0::quality
[ 25.127891] usbcore: registered new interface driver rt2800usb
[ 25.298559] udev[374]: renamed network interface wlan0 to wlan1
So it seems to register first rt2870 and somewhat later rt2800usb and then it renames the interface name which already was the wrong one?!
That sequence of warnings led me to a new thought. Your driver contains a readme file that file talks about changing certain values in the rt2870.dat file, like setting the SSID and so on. Is it necessary to do that because you didn’t mention it anywhere in this thread.
B.T.W.: I’ve finally performed the actions you’ve asked for:
lsmod | grep rt2 gives:
rt2800usb 9580 0
rt2800lib 30847 1 rt2800usb
crc_ccitt 1351 1 rt2800lib
rt2x00usb 9736 1 rt2800usb
rt2x00lib 29556 3 rt2800usb,rt2800lib,rt2x00usb
led_class 2633 1 rt2x00lib
mac80211 235189 3 rt2800lib,rt2x00usb,rt2x00lib
cfg80211 142680 2 rt2x00lib,mac80211
rt2870sta 565472 0
lshw -C network gives as relevant part:
*-network DISABLED
description: Wireless interface
physical id: 1
bus info: usb@1:1
logical name: wlan1
serial: 00:1f:1f:87:e1:61
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rt2800usb driverversion=2.6.35-30-generic-pae firmware=N/A link=yes multicast=yes wireless=IEEE 802.11bgn
And for no particular reason I’ve tried /etc/init.d/networking restart
That command replied something about not being able to start wpa_supplicant.
and from iwconfig I can’t find the file with the output but it talks about wlan1 not being associated too.
My 10.10 is an upgrade, not a fresh install. In the past I’ve started with Ubuntu 9.04.