Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

adcdam

Members
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Great Post
    adcdam got a reaction from palica in will i have any problem with packages if i install and use Runit instead of Openrc and Sysvinit?   
    i installed Runit i posted a video in the general discussion section. its really nice!!
  2. Trolling
    adcdam got a reaction from cardinal in no sound in Asus xonar dx   
    Thanks Cardinal i solved the problem, there was a asus av66/100/200 option in the kernel menu, i selected that one as module, i recompiled the kernel, rebooted and alsa detected the sound card now.
  3. Trolling
    adcdam got a reaction from nrc in Is there a way to have firefox 52 without pulse audio but having sound with alsa?   
    Problem was solved after sync again, and firefox is working fine!!! thank you very much, i know this has nothing to do with this post but i really really like Funtoo linux, much better than Arch linux 
  4. Trolling
    adcdam got a reaction from AdiosKid in Multilib questions   
    i did have the multilib packages installed what i didnt know was this
    eselect opengl set nvidia eselect opencl set nvidia now the games in play on linux work fine, everything in funtoo/gentoo is a bit more complex but i love it, now i can get rid of arch linux muah ha ha ha (evil laugh)
  5. Trolling
    adcdam got a reaction from kitapenas in Multilib questions   
    i already have that in my make.conf file
  6. Trolling
    adcdam reacted to cardinal in i get unknow domain after booting   
    Bug report about this: open-rc random issue - rc-group.sh cant find file or directory
    When booting: /lib64/rc/sh/rc_cgroup.sh line 91 : /sys/fs/cgroup/openrc/swapfiles /tasks: file or directory doesn t exist
     
     
    rj@funtoo ~ $ cat /etc/hosts 127.0.0.1 funtoo localhost localhost.localdomain ::1 funtoo localhost localhost.localdomain I edit /etc/conf.d/hostname and change hostname="damian" and save.
    Open terminal as root user:
    rj@funtoo ~ $ sudo rc-config restart hostname Restarting init script * WARNING: you are stopping a boot service * Caching service dependencies ... [ ok ] * Stopping fcron ... [ ok ] * Configuring /etc/hosts ... [ ok ] * Setting hostname to damian ... [ ok ] rj@funtoo ~ $ cat /etc/hosts 127.0.0.1 damian localhost localhost.localdomain ::1 damian localhost localhost.localdomain
  7. Trolling
    adcdam got a reaction from cardinal in long time without update problem   
    I did this sudo rm -fr /usr/src/linux
    eselect kernel list
    Available kernel symlink targets:   [1]   linux-4.3.0-gentoo   [2]   linux-4.4.2-gentoo   [3]   linux-debian-sources-3.19.3 * eselect kernel set 2
     ls -l /usr/src/linux to check that it was pointing to the right direction
     
    lrwxrwxrwx 1 root root 18 feb 26 14:16 /usr/src/linux -> linux-4.4.2-gentoo i copied my old .config file that i use from my old kernel 4.2.0 to /usr/src/linux sudo mount /dev/sda4 where my /boot partition is  then i did sudo make menu config i loaded the .config file , save exit and then make -j9  after building the kernel i did sudo make modules_install but it failed i did make install and that worked it copied the kernel to boot , i tried sudo emerge nvidia-drivers and it was installed with no problems , i booted from 3.19 kernel i did cd /usr/src/linux tried again sudo make modules install and installed them, i manually config grub because i have a problem that i have to solve there and reboot, i selected kernel 4.4.2 boot and i have x now all working good, but i know its only luck that it work how is the correct way?   uname -a give this now Linux damian 4.4.2-gentoo #1 SMP Fri Feb 26 14:51:13 ART 2016 x86_64 AMD FX(tm)-8320 Eight-Core Processor AuthenticAMD GNU/Linux  
    I dont know why i have X in the 3.19 kernel and in the new kernel 4.4.2 but not in kernel 4.2.0 im going to remove kernel 4.2.0
     
    after reading https://wiki.gentoo.org/wiki/Kernel/Upgrade inotice i was doing emerge --ask @module-rebuild but without make modules_prepare it could have been that the problem?
     
    The only package that i have to install again is conky
     
    edit: conky now works i read the link that Cardinal posted and was very easy to fix
    cd /usr/portage/app-admin/conky
    edit the file  conky-1.10.1.ebuild  and add .md to 
    DOCS=( README TODO ChangeLog NEWS AUTHORS ) and will look like this
    DOCS=( README.md TODO ChangeLog NEWS AUTHORS ) sudo emerge conky and it was installed with no problems 
  8. Trolling
    adcdam reacted to cardinal in long time without update problem   
    Old version of gentoolkit could be preventing update of portage.
    required by (app-portage/gentoolkit-0.3.0.9-r2:0/0::gentoo, installed)
    funtoo rj # emerge -pv gentoolkit portage These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-apps/portage-2.4.1::gentoo USE="(ipc) xattr -build -doc -epydoc (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5" 0 KiB [ebuild R ] app-portage/gentoolkit-0.3.1::gentoo PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5" 0 KiB Total: 2 packages (2 reinstalls), Size of downloads: 0 KiB This issue may be resolved by updating @world instead of trying to merge portage on it's own.
    # emerge -avuDN @world If not, try to update gentoolkit and portage in one command:
    # emerge -pv =app-portage/gentoolkit-0.3.1 =sys-apps/portage-2.4.1 If there are more issues please post the following:
    # python-updater # eselect python list # emerge -v --info | wgetpaste # emerge -pvuDN @world | wgetpaste
  9. Trolling
    adcdam got a reaction from iwoloschin in My 2 cents on systemd   
    I really hope that we dont have systemd in funtoo, some people are migrating from linux to freebsd because of systemd. No systemd was one the reasons i chose funtoo.
  10. Trolling
    adcdam got a reaction from AdiosKid in Layman problem   
    here is my make.conf:
     
    MAKEOPTS="-j9"
    LINGUAS="es"
    INPUT_DEVICES="evdev keyboard mouse"
    VIDEO_CARDS="nvidia"
    USE="X xorg dbus gtk gtk2 gtk3 tools (multilib) alsa"
    ABI_X86="32 64"
    echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf
     
  11. Trolling
    adcdam got a reaction from duncan.britton in Im a user of Arch linux ,i want to install a source based distro, why should i choose Funtoo instead of Gentoo?   
    Why should i choose funtoo instead of gentoo?
×
×
  • Create New...