Originally posted by: pac1085
in the source tarball
Originally posted by: Hyperblaze
n0c, there is a help option in the kernel itself for help describing every option.
if you want to know how to compile the kernel itself
make menuconfig
(for kernels 2.6+)
make modules
make modules_install
make bzImage
(for kernel -2.6)
make dep
make modules
make modules_install
make bzImage
basically...make dep is no longer necassary after 2.6
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
n0c, there is a help option in the kernel itself for help describing every option.
if you want to know how to compile the kernel itself
make menuconfig
(for kernels 2.6+)
make modules
make modules_install
make bzImage
(for kernel -2.6)
make dep
make modules
make modules_install
make bzImage
basically...make dep is no longer necassary after 2.6
I understand the process, but it is totally unrelated to what I need. It is also not possible at this time since I do not have a Linux box with the proper tools to do this. The information I'm looking for (a list of hardware that works- chipsets are fine) should be available offline in a useful format.![]()
Originally posted by: Hyperblaze
That you would typically get on a distribution site.
I remember mandrake had a database where it told you which hardware was verified as working and all. Redhat probably had the same,
Originally posted by: cleverhandle
The kernel docs are in a directory called "Documentation" at the top of the kernel source tree. I'm not sure if they're available online.
Originally posted by: Hyperblaze
That's my top level directory within Documentation. I'll keep looking.
edit: Argh.....someone killed my spaces
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
That's my top level directory within Documentation. I'll keep looking.
edit: Argh.....someone killed my spaces
The forums kill spaces. I've got the source and everything, just nothing is named sanely. :|
No wonder Linux has such a tough time...
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
That's my top level directory within Documentation. I'll keep looking.
edit: Argh.....someone killed my spaces
The forums kill spaces. I've got the source and everything, just nothing is named sanely. :|
No wonder Linux has such a tough time...
It is the first time I ventured in the Documentation directory and while some things are easy to find, others aren't.
sadly, what you are looking for is part of the latter. Maybe if we knew how it was structured it would help![]()
Originally posted by: n0cmonkey
linux-2.6.11.4/drivers/net/wireless might have what I'm looking for, as soon as I decipher the information...
Originally posted by: cleverhandle
I'm not sure that there's any kind of master file with all of the supported chipsets listed there. I think it's all broken down by subsystem.
As you can see, it's a long way from BSD...
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
That's my top level directory within Documentation. I'll keep looking.
edit: Argh.....someone killed my spaces
The forums kill spaces. I've got the source and everything, just nothing is named sanely. :|
No wonder Linux has such a tough time...
It is the first time I ventured in the Documentation directory and while some things are easy to find, others aren't.
sadly, what you are looking for is part of the latter. Maybe if we knew how it was structured it would help![]()
Maybe if they wrote decent documentation...
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
linux-2.6.11.4/drivers/net/wireless might have what I'm looking for, as soon as I decipher the information...
/usr/src/linux/Documentation/networking$ ?
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
That's my top level directory within Documentation. I'll keep looking.
edit: Argh.....someone killed my spaces
The forums kill spaces. I've got the source and everything, just nothing is named sanely. :|
No wonder Linux has such a tough time...
It is the first time I ventured in the Documentation directory and while some things are easy to find, others aren't.
sadly, what you are looking for is part of the latter. Maybe if we knew how it was structured it would help![]()
Maybe if they wrote decent documentation...
you should know by now....most hackers hate writing documentation.
they rather code.
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
linux-2.6.11.4/drivers/net/wireless might have what I'm looking for, as soon as I decipher the information...
/usr/src/linux/Documentation/networking$ ?
No, I didn't see what I'm looking for in there. I could be mistaken, but my searches didn't turn up anything.
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
linux-2.6.11.4/drivers/net/wireless might have what I'm looking for, as soon as I decipher the information...
/usr/src/linux/Documentation/networking$ ?
No, I didn't see what I'm looking for in there. I could be mistaken, but my searches didn't turn up anything.
you mentioned wireless in your above post
so all i did was
grep -ri 'wireless' *
and that directory turned up
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
That's my top level directory within Documentation. I'll keep looking.
edit: Argh.....someone killed my spaces
The forums kill spaces. I've got the source and everything, just nothing is named sanely. :|
No wonder Linux has such a tough time...
It is the first time I ventured in the Documentation directory and while some things are easy to find, others aren't.
sadly, what you are looking for is part of the latter. Maybe if we knew how it was structured it would help![]()
Maybe if they wrote decent documentation...
you should know by now....most hackers hate writing documentation.
they rather code.
Understood, but some groups take pride in their documentation...
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
Originally posted by: Hyperblaze
Originally posted by: n0cmonkey
linux-2.6.11.4/drivers/net/wireless might have what I'm looking for, as soon as I decipher the information...
/usr/src/linux/Documentation/networking$ ?
No, I didn't see what I'm looking for in there. I could be mistaken, but my searches didn't turn up anything.
you mentioned wireless in your above post
so all i did was
grep -ri 'wireless' *
and that directory turned up
I did the same thing, but the information I am looking for did not pop up.![]()
Originally posted by: Hyperblaze
that could very well be. They either attracted a technical writer to their group or one of them actually likes technical writing lol.