View previous topic :: View next topic |
Author |
Message |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 47900 Location: 56N 3W
|
Posted: Mon Aug 18, 2014 8:13 pm Post subject: |
|
|
Jonathan.11,
For me -*- sysfs file system support is forced on by <*> Userspace-driven configuration filesystem
There is an unpublished feature in menuconfig
Press the 'z' key. This shows all options even if they cannot be selected. Now you can read the help to find out why.
For example CONFIG_SYSFS help says Code: | │ Symbol: SYSFS [=y] │
│ Type : boolean │
│ Prompt: sysfs file system support │
│ Location: │
│ -> File systems │
│ -> Pseudo filesystems │
│ Defined at fs/sysfs/Kconfig:1 │
│ Selects: KERNFS [=y] │
│ Selected by: GENTOO_LINUX_INIT_SYSTEMD [=n] && GENTOO_LINUX [=n] && \ │
│ GENTOO_LINUX_UDEV [=n] || AT91_ADC [=n] && IIO [=n] && ARCH_AT91 && INPUT [=y]\ │
│ || CONFIGFS_FS [=y] |
It looks like you need to choose CONFIGFS_FS _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
Jonathan.11 n00b

Joined: 21 Sep 2009 Posts: 15 Location: around Paris
|
Posted: Mon Aug 18, 2014 8:29 pm Post subject: |
|
|
Ok, sysfs was already set but CONFIG_SYSFS wasn't, wich was in firmware driver, hidden also. I set it on, recompiled the kernel, copied the bzImage and updated my lilo. _________________ "à vaincre sans péril, on triomphe sans gloire"
Pierre Corneille, Le cid, Acte 2 Scène 2. |
|
Back to top |
|
 |
Jonathan.11 n00b

Joined: 21 Sep 2009 Posts: 15 Location: around Paris
|
Posted: Tue Aug 19, 2014 5:34 am Post subject: |
|
|
in the end I tried a "emerge -e system", I wanted to rebuild everything, but baselayout was blocking because of a symlink, I've done the process
Quote: | mv /usr/lib /usr/lib64/
cd /usr
ln -s lib64 lib |
I guess I shouldn't have done this, because now nothing would compile with a
Quote: | emerge: there are no ebuilds to satisfy |
message error.
I gonna check how to repair that, then I'll try to rebuild my whole system and start as if I was installing the computer from the beginning (except that I already have my make.conf, my .config, my /etc/portage/package.* my fstab ...) _________________ "à vaincre sans péril, on triomphe sans gloire"
Pierre Corneille, Le cid, Acte 2 Scène 2. |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 47900 Location: 56N 3W
|
Posted: Tue Aug 19, 2014 5:04 pm Post subject: |
|
|
Jonathan.11,
Undoing the Code: | mv /usr/lib /usr/lib64/
cd /usr
ln -s lib64 lib | steps should fix your issue. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|