Tiny Core Linux

General TC => General TC Talk => Topic started by: bigpcman on June 04, 2010, 03:39:22 PM

Title: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: bigpcman on June 04, 2010, 03:39:22 PM
I've been playing around with Meego and poking around in the file structure. I noticed there are some  drivers that might be nice to have available in tc.

See attached dmesg output.

edit : this was for a eeepc 900a - I also attached the tc3alpha 5 dmesg, they are similar but there some differences.


Title: Re: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: curaga on June 04, 2010, 04:27:14 PM
Which drivers do you mean?

I mainly saw bluetooth, wireless, and graphics, all of which are available in extensions.
Title: Re: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: bigpcman on June 04, 2010, 05:30:01 PM
Which drivers do you mean?

I mainly saw bluetooth, wireless, and graphics, all of which are available in extensions.

Yes those plus I suppose the intel ethernet and acpi  drivers would complete the set.

I thought  Meego had some optimized drivers and that the tc extensions were more generic.
Title: Re: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: althalus on June 04, 2010, 08:08:28 PM
Which drivers do you mean?

I mainly saw bluetooth, wireless, and graphics, all of which are available in extensions.

Yes those plus I suppose the intel ethernet and acpi  drivers would complete the set.

I thought  Meego had some optimized drivers and that the tc extensions were more generic.
Yes, so highly optimised for intel that it won't run on AMD chips.  And I'm not sure if that's drivers that can be plucked out and dumped in another OS as much as the entire kernel.
Title: Re: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: bigpcman on June 04, 2010, 08:25:34 PM
Which drivers do you mean?

I mainly saw bluetooth, wireless, and graphics, all of which are available in extensions.

Yes those plus I suppose the intel ethernet and acpi  drivers would complete the set.

I thought  Meego had some optimized drivers and that the tc extensions were more generic.
Yes, so highly optimised for intel that it won't run on AMD chips.  And I'm not sure if that's drivers that can be plucked out and dumped in another OS as much as the entire kernel.
I wonder how we could test if they could be used?
Title: Re: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: curaga on June 05, 2010, 03:42:55 AM
We do include the Intel ethernet & acpi drivers in the base. They're just not forcibly loaded unless needed, whereas on Meego it seems they were built into the kernel, and so loaded even when no hw is present.
Title: Re: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: bigpcman on June 05, 2010, 02:38:29 PM
We do include the Intel ethernet & acpi drivers in the base. They're just not forcibly loaded unless needed, whereas on Meego it seems they were built into the kernel, and so loaded even when no hw is present.

How is "needed" determined. If the Intel drivers have been optimized for instance for the eeepc intel "945" chipset then what would cause them to be loaded or what would the user have to do to cause them to be loaded?
Title: Re: Playing around with Meego - Perhaps a source for eeepc linux drivers
Post by: curaga on June 05, 2010, 02:42:53 PM
By having hardware present :)

If you do not have an e100 network chip, having the driver loaded only takes up ram.