From: Austin S Hemmelgarn <ahferroin7@gmail.com>
To: David Lang <david@lang.hm>, linuxcbon linuxcbon <linuxcbon@gmail.com>
Cc: Ken Moffat <zarniwhoop@ntlworld.com>,
Richard Weinberger <richard@nod.at>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: how to have the kernel do udev's job and autoload the right modules ?
Date: Thu, 07 May 2015 08:04:40 -0400 [thread overview]
Message-ID: <554B54D8.1060001@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1505061347040.2429@nftneq.ynat.uz>
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
On 2015-05-06 16:49, David Lang wrote:
> On Wed, 6 May 2015, linuxcbon linuxcbon wrote:
>
>> On Wed, May 6, 2015 at 7:53 PM, David Lang <david@lang.hm> wrote:
>>> It's perfectly legitimate to not want to use udev, but that doesn't mean
>>> that the kernel will (or should) do it for you.
>>> David Lang
>>
>> When I boot the kernel without modules, I don't have anything working
>> except "minimal video".
>> I think the kernel should give a minimal support for network, sound and
>> video, even if 0 modules are loaded. I am just dreaming,
>
> You can do that, you just need to build in all the network and sound
> drivers (and pick which driver in the case of conflicts)
>
> There isn't such a thing as a 'generic' network or sound card. For video
> there is 'VGA video' which is used by default on x86 systems, but even
> that's a driver that could be disabled.
>
To explain further, video has a standardized hardware level API (VGA and
VBE) because it is considered critical system functionality (which is BS
in my opinion, you can get by just fine with a serial console, but
that's irrelevant to this discussion). Sound is traditionally not
considered critical, and therefore doesn't have a standardized hardware
API. Networking is (traditionally) only considered critical if the
system is booting off the network, and therefore only has a standardized
API (part of the PXE spec, known as UNDI) on some systems, and even then
only when they are configured to netboot (and IIRC, also only when the
processor is in real mode, just like for all other BIOS calls).
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2967 bytes --]
next prev parent reply other threads:[~2015-05-07 12:04 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 5:31 how to have the kernel do udev's job and autoload the right modules ? linux cbon
2015-05-04 7:34 ` Richard Weinberger
2015-05-04 17:27 ` linux cbon
2015-05-04 18:21 ` Richard Weinberger
2015-05-04 18:30 ` Austin S Hemmelgarn
2015-05-04 23:14 ` linux cbon
2015-05-04 23:24 ` Richard Weinberger
2015-05-05 18:08 ` linux cbon
2015-05-05 22:26 ` Ken Moffat
2015-05-06 0:54 ` linuxcbon linuxcbon
2015-05-06 16:55 ` Ken Moffat
2015-05-06 17:09 ` linuxcbon linuxcbon
2015-05-06 18:40 ` Ken Moffat
2015-05-06 18:53 ` David Lang
2015-05-06 20:34 ` linuxcbon linuxcbon
2015-05-06 20:36 ` Richard Weinberger
2015-05-06 20:49 ` David Lang
2015-05-07 12:04 ` Austin S Hemmelgarn [this message]
2015-05-07 19:19 ` David Lang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=554B54D8.1060001@gmail.com \
--to=ahferroin7@gmail.com \
--cc=david@lang.hm \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxcbon@gmail.com \
--cc=richard@nod.at \
--cc=zarniwhoop@ntlworld.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.