public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] kernel with modules
@ 2016-09-07 13:35 Gössl Gerhard
  2016-09-07 14:33 ` Randy Andy
  0 siblings, 1 reply; 6+ messages in thread
From: Gössl Gerhard @ 2016-09-07 13:35 UTC (permalink / raw
  To: gentoo-user-de

Hallo,

bitte um Hilfe wg. kernel der keine module mag:


lsmod bringt FEHLER wie folgt


libkmod: kmod_module new from loaded:  could not open /proc/modules

No such file or directory







danke


Isny im ALL


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

* Re: [gentoo-user-de] kernel with modules
  2016-09-07 13:35 [gentoo-user-de] kernel with modules Gössl Gerhard
@ 2016-09-07 14:33 ` Randy Andy
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Andy @ 2016-09-07 14:33 UTC (permalink / raw
  Cc: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

Hi Isny,

zeig uns doch mal die Ausgabe von:

# mount
# cat /proc/modules
# ls -lisa /lib/modules/
# uname -a

Gruß, Andy.
 


Am Wed, 7 Sep 2016 15:35:40 +0200
schrieb Gössl Gerhard <goesslg@web.de>:

> Hallo,
> 
> bitte um Hilfe wg. kernel der keine module mag:
> 
> 
> lsmod bringt FEHLER wie folgt
> 
> 
> libkmod: kmod_module new from loaded:  could not open /proc/modules
> 
> No such file or directory
> 
> 
> 
> 
> 
> 
> 
> danke
> 
> 
> Isny im ALL
> 


[-- Attachment #2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

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

* [gentoo-user-de] kernel with modules
@ 2016-09-07 15:55 Gössl Gerhard
  2016-09-07 16:26 ` Martin Wohlert
  0 siblings, 1 reply; 6+ messages in thread
From: Gössl Gerhard @ 2016-09-07 15:55 UTC (permalink / raw
  To: gentoo-user-de

HALLO,


habe einen selbstgebackenen Kernel, bei dem alles funktioniert ,

nur eben die MODULE NICHT , und deswegen eben das WLAN nicht.





# mount


/dev/sda4 on / type ext4 (rw,noatime,data=ordered)
devtmpfs on /dev type devtmpfs
(rw,nosuid,relatime,size=10240k,nr_inodes=217956,mode=755)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run type tmpfs (rw,nodev,relatime,size=310820k,mode=755)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
devpts on /dev/pts type devpts
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
cgroup_root on /sys/fs/cgroup type tmpfs
(rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
openrc on /sys/fs/cgroup/openrc type cgroup
(rw,nosuid,nodev,noexec,relatime,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc)
cpuset on /sys/fs/cgroup/cpuset type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuset)
cpu on /sys/fs/cgroup/cpu type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
cpuacct on /sys/fs/cgroup/cpuacct type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuacct)
freezer on /sys/fs/cgroup/freezer type cgroup
(rw,nosuid,nodev,noexec,relatime,freezer)
none on /run/user/0 type tmpfs (rw,relatime,mode=700)



# cat /proc/modules

Datei oder Verzeichnis nicht gefunden





# ls -lisa /lib/modules/

7602212 4 drwxr-xr-x  3 root root 4096  7.SEP 17:44 4.7.2-gentoo






# uname -a

Linux Timbuktu 4.7.2-gentoo #1 SMP Wed Aug 24 15:05:13 CEST 2016 i686
AMD Turion 64 X2 Mobile Technology TL-64 AuthenticAMD GNU/Linux





GRUẞ Gerhard Gössl


Isny im ALL


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

* Re: [gentoo-user-de] kernel with modules
  2016-09-07 16:26 ` Martin Wohlert
@ 2016-09-07 16:21   ` Gössl Gerhard
  2016-09-07 16:46     ` Martin Wohlert
  0 siblings, 1 reply; 6+ messages in thread
From: Gössl Gerhard @ 2016-09-07 16:21 UTC (permalink / raw
  To: gentoo-user-de

hallo ,

kenne da nur das

   Enable loadable module support

muss ich da im submenue auch noch irgendwas aktivieren ?


ich meine das wo es beginnt mit


		Forced module loading

und aufhört mit

		Trim unused exported kernel symbols


oder sonst noch irgendwo irgendwelche HÄKCHEN ?




gGRUẞ

Gerhard Gössl


Isny im Allgäu






On 09/07/2016 06:26 PM, Martin Wohlert wrote:
> Hallo,
> 
> im Kernel sind auch alle Optionen für Module Loading aktiviert?
> 
> Ansonsten in /lib/modules nochmal die Module löschen, in 
> /usr/src/linux eine make clean, gefolgt von neuem make && make 
> modules_install.
> 
> Ich hatte sowas auch mal, einfaches Neubauen des Kernels hat 
> geholfen, obwohl ich nix verändert hatte.
> 
> LG Martin
> 
> Am 07.09.2016 um 17:55 schrieb Gössl Gerhard:
>> HALLO,
>> 
>> 
>> habe einen selbstgebackenen Kernel, bei dem alles funktioniert ,
>> 
>> nur eben die MODULE NICHT , und deswegen eben das WLAN nicht.
>> 
>> 
>> 
>> 
>> 
>> # mount
>> 
>> 
>> /dev/sda4 on / type ext4 (rw,noatime,data=ordered) devtmpfs on 
>> /dev type devtmpfs 
>> (rw,nosuid,relatime,size=10240k,nr_inodes=217956,mode=755) proc 
>> on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on 
>> /run type tmpfs (rw,nodev,relatime,size=310820k,mode=755) mqueue
>>  on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) 
>> devpts on /dev/pts type devpts 
>> (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) shm on 
>> /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime) sysfs on 
>> /sys type sysfs (rw,nosuid,nodev,noexec,relatime) debugfs on 
>> /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) 
>> cgroup_root on /sys/fs/cgroup type tmpfs 
>> (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755) openrc on
>>  /sys/fs/cgroup/openrc type cgroup 
>> (rw,nosuid,nodev,noexec,relatime,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc)
>>
>>
>>
>> 
cpuset on /sys/fs/cgroup/cpuset type cgroup
>> (rw,nosuid,nodev,noexec,relatime,cpuset) cpu on 
>> /sys/fs/cgroup/cpu type cgroup 
>> (rw,nosuid,nodev,noexec,relatime,cpu) cpuacct on 
>> /sys/fs/cgroup/cpuacct type cgroup 
>> (rw,nosuid,nodev,noexec,relatime,cpuacct) freezer on 
>> /sys/fs/cgroup/freezer type cgroup 
>> (rw,nosuid,nodev,noexec,relatime,freezer) none on /run/user/0 
>> type tmpfs (rw,relatime,mode=700)
>> 
>> 
>> 
>> # cat /proc/modules
>> 
>> Datei oder Verzeichnis nicht gefunden
>> 
>> 
>> 
>> 
>> 
>> # ls -lisa /lib/modules/
>> 
>> 7602212 4 drwxr-xr-x  3 root root 4096  7.SEP 17:44 4.7.2-gentoo
>> 
>> 
>> 
>> 
>> 
>> 
>> # uname -a
>> 
>> Linux Timbuktu 4.7.2-gentoo #1 SMP Wed Aug 24 15:05:13 CEST 2016
>>  i686 AMD Turion 64 X2 Mobile Technology TL-64 AuthenticAMD 
>> GNU/Linux
>> 
>> 
>> 
>> 
>> 
>> GRUẞ Gerhard Gössl
>> 
>> 
>> Isny im ALL
>> 
> 
> 


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

* Re: [gentoo-user-de] kernel with modules
  2016-09-07 15:55 Gössl Gerhard
@ 2016-09-07 16:26 ` Martin Wohlert
  2016-09-07 16:21   ` Gössl Gerhard
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Wohlert @ 2016-09-07 16:26 UTC (permalink / raw
  To: gentoo-user-de


[-- Attachment #1.1: Type: text/plain, Size: 2702 bytes --]

Hallo,

im Kernel sind auch alle Optionen für Module Loading aktiviert?

Ansonsten in /lib/modules nochmal die Module löschen, in /usr/src/linux
eine make clean, gefolgt von neuem make && make modules_install.

Ich hatte sowas auch mal, einfaches Neubauen des Kernels hat geholfen,
obwohl ich nix verändert hatte.

LG
Martin

Am 07.09.2016 um 17:55 schrieb Gössl Gerhard:
> HALLO,
> 
> 
> habe einen selbstgebackenen Kernel, bei dem alles funktioniert ,
> 
> nur eben die MODULE NICHT , und deswegen eben das WLAN nicht.
> 
> 
> 
> 
> 
> # mount
> 
> 
> /dev/sda4 on / type ext4 (rw,noatime,data=ordered)
> devtmpfs on /dev type devtmpfs
> (rw,nosuid,relatime,size=10240k,nr_inodes=217956,mode=755)
> proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
> tmpfs on /run type tmpfs (rw,nodev,relatime,size=310820k,mode=755)
> mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
> devpts on /dev/pts type devpts
> (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
> shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime)
> sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
> debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
> cgroup_root on /sys/fs/cgroup type tmpfs
> (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
> openrc on /sys/fs/cgroup/openrc type cgroup
> (rw,nosuid,nodev,noexec,relatime,release_agent=/lib/rc/sh/cgroup-release-agent.sh,name=openrc)
> cpuset on /sys/fs/cgroup/cpuset type cgroup
> (rw,nosuid,nodev,noexec,relatime,cpuset)
> cpu on /sys/fs/cgroup/cpu type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
> cpuacct on /sys/fs/cgroup/cpuacct type cgroup
> (rw,nosuid,nodev,noexec,relatime,cpuacct)
> freezer on /sys/fs/cgroup/freezer type cgroup
> (rw,nosuid,nodev,noexec,relatime,freezer)
> none on /run/user/0 type tmpfs (rw,relatime,mode=700)
> 
> 
> 
> # cat /proc/modules
> 
> Datei oder Verzeichnis nicht gefunden
> 
> 
> 
> 
> 
> # ls -lisa /lib/modules/
> 
> 7602212 4 drwxr-xr-x  3 root root 4096  7.SEP 17:44 4.7.2-gentoo
> 
> 
> 
> 
> 
> 
> # uname -a
> 
> Linux Timbuktu 4.7.2-gentoo #1 SMP Wed Aug 24 15:05:13 CEST 2016 i686
> AMD Turion 64 X2 Mobile Technology TL-64 AuthenticAMD GNU/Linux
> 
> 
> 
> 
> 
> GRUẞ Gerhard Gössl
> 
> 
> Isny im ALL
> 


-- 
****************************************
  Martin Wohlert
  IT-Dienstleistungen

  Dr.-Alexander-Straße 22
  D-19258 Boizenburg

  mail:  martin@b-root-force.de
  web:   www.b-root-force.de
  mobil: +49 (0)160 / 9534 1861

  PGP/GPG mails preferred
  my public key: 0x8ab1b358bd4637ed
****************************************


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 1513 bytes --]

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

* Re: [gentoo-user-de] kernel with modules
  2016-09-07 16:21   ` Gössl Gerhard
@ 2016-09-07 16:46     ` Martin Wohlert
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Wohlert @ 2016-09-07 16:46 UTC (permalink / raw
  To: gentoo-user-de


[-- Attachment #1.1: Type: text/plain, Size: 860 bytes --]

Das Häkchen für "Enable loadable module support" selbst sollte schon
reichen. "Module signature verification" solltest du deaktivieren, wenn
du nicht genau weißt, was dafür erorderlich ist.

Ansonten würde mir noch einfallen, dass dein wlan modul noch Firmware
benötigt. Du kannst ja sonst spaßeshalber mal das Paket
sys-kernel/linux-firmware installieren.

LG
Martin

Am 07.09.2016 um 18:21 schrieb Gössl Gerhard:
> hallo ,
> 
> kenne da nur das
> 
>    Enable loadable module support
> 
> muss ich da im submenue auch noch irgendwas aktivieren ?
> 
> 
> ich meine das wo es beginnt mit
> 
> 
> 		Forced module loading
> 
> und aufhört mit
> 
> 		Trim unused exported kernel symbols
> 
> 
> oder sonst noch irgendwo irgendwelche HÄKCHEN ?
> 
> 
> 
> 
> gGRUẞ
> 
> Gerhard Gössl
> 
> 
> Isny im Allgäu


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 1513 bytes --]

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

end of thread, other threads:[~2016-09-07 16:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 13:35 [gentoo-user-de] kernel with modules Gössl Gerhard
2016-09-07 14:33 ` Randy Andy
  -- strict thread matches above, loose matches on Subject: below --
2016-09-07 15:55 Gössl Gerhard
2016-09-07 16:26 ` Martin Wohlert
2016-09-07 16:21   ` Gössl Gerhard
2016-09-07 16:46     ` Martin Wohlert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox