Hi
I made this Framework to generate a .config based on a
Target-System. Right-now it works on my Laptop Acer
TM290. It has to be upgradet to other system as well.
But it's realy easy just read the readme. I would be
realy happy if some of you guys give me some comments
and suggestion about it.
readme:
http://www.energyparty.de/ahmad/readme
A patch for the Kernel:
http://www.energyparty.de/ahmad/autoconfig_0_1_patch.tgz
sources:
http://www.energyparty.de/ahmad/autoconfig_0_1.tgz
Regard
Ahmad Reza Cheraghi
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
On 9/8/05, Ahmad Reza Cheraghi <[email protected]> wrote:
> I made this Framework to generate a .config based on a
> Target-System. Right-now it works on my Laptop Acer
how about teaching it to generate .config using just sysfs and lsbus?
So noone will need to contact you regarding adding their system to
your files, especially when all the information is already present in
the kernel in a very parsable form (pci.ids, for example).
The whole scenary will then shorten to:
$ make autoconfig
$ make
--- Alex Riesen <[email protected]> wrote:
> On 9/8/05, Ahmad Reza Cheraghi
> <[email protected]> wrote:
> > I made this Framework to generate a .config based
> on a
> > Target-System. Right-now it works on my Laptop
> Acer
>
> how about teaching it to generate .config using just
> sysfs and lsbus?
Thats another way, to find the Hardware(better than
dmesg). But is this always installed on a nacked
Kernel? And i think, lsbus is not supported by the new
sysfsutils.
The best thing is for detecting the Hardware is
directly from the I/O, and the only program I know is
lspci.
> So noone will need to contact you regarding adding
> their system to
> your files, especially when all the information is
> already present in
> the kernel in a very parsable form (pci.ids, for
> example).
Thangs, didn't know that!
> The whole scenary will then shorten to:
> $ make autoconfig
> $ make
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/