Tag Info

Hot answers tagged

4

You can use udev rules. For this, you'll need to find the device attributes that distinguish your USB headset once it is plugged in. This can be usually done in two steps: Run udevadm monitor --udev befor plugging the device. Then plug it in. There will be a bunch of output lines - just pick one and copy the device path from it - it is something like ...


1

I don’t know a whole lot about funtoo but I assume it is similar to Gentoo. The main problem you’ll face is that gentoo/funtoo repositories hardly ever store the source codes, only the metadata (which tells you where to download it). Once offline, if you don’t have the source codes, you can’t install the program Luckily, portage lets you fetch a program ...


1

Is there any other knowledge you're missing other than creating your own overlay? create package category directory in overlay (there's probably some command that creates this automatically when copying in the next step) copy package directory from portage into overlay modify ebuild run ebuild package.ebuild digest emerge -va package



Only top voted, non community-wiki answers of a minimum length are eligible