All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel configuration
@ 2021-02-27 14:37 Leandro Bucci
  2021-02-27 14:56 ` Greg Gallagher
  0 siblings, 1 reply; 16+ messages in thread
From: Leandro Bucci @ 2021-02-27 14:37 UTC (permalink / raw)
  To: xenomai

Hi, I wanted to ask how to enable serial communication in Xenomai. When
compiling the kernel, what parameters should I set?

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Kernel configuration
@ 2015-01-02 14:52 Chris Tapp
  2015-01-02 16:26 ` Jacob Kroon
  2015-01-03  0:08 ` Bruce Ashfield
  0 siblings, 2 replies; 16+ messages in thread
From: Chris Tapp @ 2015-01-02 14:52 UTC (permalink / raw)
  To: Yocto Project

I thought I knew how to do this, but... ;-)

I'm trying to add configuration items to the valleyisland BSP. I've got the following bbappend:

File: linux-yocto_3.10.bbappend
-------
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += " file://enable-hid-apple.cfg"
SRC_URI += " file://enable-R8169.cfg"

However, these .cfg fragments aren't even getting pulled into the build area.

Adding a reference to a non-existent file is ignored when I would have expected to see a fetch error

SRC_URI += "file://fsdfsdfdsfsd"

What else do I need to do to get my .cfg files pulled in?

--

Chris Tapp
opensource@keylevel.com
www.keylevel.com



^ permalink raw reply	[flat|nested] 16+ messages in thread
* kernel configuration
@ 2011-04-26  3:32 lina
  0 siblings, 0 replies; 16+ messages in thread
From: lina @ 2011-04-26  3:32 UTC (permalink / raw)
  To: LKML

Hi,

can anybody give me some specific clues during configuration which
make the support of below graphic driver and network connection. if
possible wireless will be great appreciated.

and which is the best version of kernel I should choose.

Really thanks for any advice,


# lspci

00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root
Port (rev 09)
00:01.1 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root
Port (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI
Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Universal
Host Controller #5 (rev 05)
00:1a.7 USB Controller: Intel Corporation Cougar Point USB Enhanced
Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition
Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation Cougar Point PCI Express Root
Port 3 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Universal
Host Controller #1 (rev 05)
00:1d.7 USB Controller: Intel Corporation Cougar Point USB Enhanced
Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
00:1f.2 IDE interface: Intel Corporation Cougar Point 4 port SATA IDE
Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
01:00.0 VGA compatible controller: ATI Technologies Inc NI Whistler
[AMD Radeon HD 6600M Series]
01:00.1 Audio device: ATI Technologies Inc Device aa90
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)
04:00.0 FireWire (IEEE 1394): Agere Systems FW643 PCI Express1394b
Controller (PHY/Link) (rev 08)


best regards,

lina

^ permalink raw reply	[flat|nested] 16+ messages in thread
* kernel configuration
@ 2003-09-09 15:10 atticclaw
  2003-09-09 16:29 ` James Miller
  0 siblings, 1 reply; 16+ messages in thread
From: atticclaw @ 2003-09-09 15:10 UTC (permalink / raw)
  To: Linux-Newbie

Hi,
   Well I have vmware 4.0 in which I have installed RH 9.0 it comes with kernel 2.4.20-8 . I have downloaded fresh kernel 2.4.18 . I am tryibg to configure the kerne l but it is giving me an error saying tht my module sd_mod.o is compile for kernel 2.4.22 while I am using kernel 2.4.18 . 
            Why is this is happeneing ? 
Pls help me out
bye
splic 

Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

 Buy The Best In BOOKS at http://www.bestsellers.indiatimes.com

Bid for for Air Tickets on Air Sahara Flights at Prices Lower Than Before. Just log on to http://airsahara.indiatimes.com and Bid Now!

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* kernel configuration
@ 2001-10-16 15:52 Kamil Kompa
  0 siblings, 0 replies; 16+ messages in thread
From: Kamil Kompa @ 2001-10-16 15:52 UTC (permalink / raw)
  To: linux-kernel

Hi !

I have some troubles with APM, on a kernel that i compile on my own. I have tried many diferrent configurations, but my computer hangs when starting APM.
There are no such troubles when I use kernel which was made when I have installed RH Linux as "workstation". I want to study configuration of kernel that RH 
makes when beeing installed. Can anyone tell me where can I find configuration description of such kernel? Perhaps You can send me a config file?
Thanks.

Kamil Kompa
kkompa@poczta.fm


----------------------------------------------------------------------
Nowa HIPERpromocja! Markowe produkty 30% taniej, niz w sklepie!
Od 15 do 21 pa¼dziernika. >Sprawdz na http://hiperpromocja.interia.pl/



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-02-27 23:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-27 14:37 Kernel configuration Leandro Bucci
2021-02-27 14:56 ` Greg Gallagher
2021-02-27 23:48   ` Leandro Bucci
  -- strict thread matches above, loose matches on Subject: below --
2015-01-02 14:52 Chris Tapp
2015-01-02 16:26 ` Jacob Kroon
2015-01-02 20:20   ` Chris Tapp
2015-01-03  0:08 ` Bruce Ashfield
2015-01-03  0:57   ` Chris Tapp
2015-01-19 14:37     ` Paul Eggleton
2015-01-19 20:43       ` Chris Tapp
2011-04-26  3:32 kernel configuration lina
2003-09-09 15:10 atticclaw
2003-09-09 16:29 ` James Miller
2003-09-09 19:04   ` Ray Olszewski
2003-09-09 20:59     ` James Miller (office)
2001-10-16 15:52 Kamil Kompa

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.