Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: baz on August 25, 2010, 03:44:23 AM

Title: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: baz on August 25, 2010, 03:44:23 AM
On my EEE 901 running TC 2.x I would simply install the extension rt2860-2.6.33.3-tinycore.tcz then reboot to be able to see my ra0 wireless card in ifconfig.

Doing the same thing in TC 3.0 does not work.

I double-checked that my wireless is enabled in the BIOS.

Does the extension perhaps need to be rebuilt for TC 3.0?
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: tinypoodle on August 25, 2010, 04:49:36 AM
Two extensions for the same radio but of totally different origin. Compare the two .info
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: baz on August 25, 2010, 05:24:28 AM
are you referring to the rt2880?
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: tinypoodle on August 25, 2010, 05:54:19 AM
How so? I see topic and all content referring to rt2860  ::)
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: baz on August 25, 2010, 03:07:11 PM
Which "two extensions" are you referring to?
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: tinypoodle on August 25, 2010, 04:01:13 PM
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/tcz/rt2860.tcz.info
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/tcz/rt2860-2.6.33.3-tinycore.tcz.info

On my EEE 901 running TC 2.x I would simply install the extension rt2860-2.6.33.3-tinycore.tcz

There is no such extension and there oughtn't be, as 2.x is using the 2.6.29.1 kernel, so I had just assumed that you meant to refer to the first link here posted.
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: baz on August 25, 2010, 04:04:38 PM
Oh yes, you are right - do you have a suggestion of what to do for 3.x?
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: tinypoodle on August 25, 2010, 04:18:39 PM
Not really, unfortunately... Just meant to point out the fact of different origins of the two drivers which could potentially explain what you experience.
Perhaps you could contact the provider of the extension for 2.x, not sure...
Neither do I know about TC policies for drivers - this is not the only one - when in parallel a driver exists for same hardware as well in staging tree of kernel, as well as another one of origin independent from kernel.
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: baz on August 25, 2010, 04:20:29 PM
I'm glad you pointed that out, I actually hadn't noticed it - now let's see if someone who knows more chimes in.
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: tinypoodle on August 25, 2010, 04:26:30 PM
Well, always reading the .info of extensions can not harm, and that's really all I did after reading your first post (having no idea about the specific driver, besides from occasionally having used a ralink driver which is in the basic wireless extension)  ;)
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: curaga on August 26, 2010, 06:54:50 AM
Are you sure it's not wlan0 or some other name?
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: MikeLockmoore on August 26, 2010, 01:47:33 PM
Yes, in TC 3.0 on my eeePC 1000, the wireless adapter is now wlan0, not ra0.  I had to change a few scripts I use to manage connections.
--
ML
Title: Re: Wireless driver rt2860-2.6.33.3-tinycore.tcz no longer working on TC 3.0?
Post by: tinypoodle on August 26, 2010, 02:29:13 PM
In wireless-tools there is a command 'ifrename' (I have never used it...)

Code: [Select]
ifconfig -a

shows you all existing network interfaces  ;)