<kh1b>
hi, i am doing a fresh install of crux and i am having some issues with the mouse which isnt working and also with installing some packages like python3-pip
<meowmeowuwunyan>
kh1b: Hi, I had the same issues and I managed to resolve them :-)
<kh1b>
well it would be good if you give some directions
<meowmeowuwunyan>
kh1b: As for the mouse: you need to recompile your kernel to support mouse.
<meowmeowuwunyan>
kh1b: There are different types of mice: usb, bluetooth, ps2, etc... So you should change directory to where Linux source code is stored and run ``make menuconfig`` to set some kernel parameters.
<kh1b>
clear until now, any specific config that you changed that fixed it for you, if you remember
<meowmeowuwunyan>
kh1b: As for the pip: I had some files missing and footprint mismatch--whatever it is--wouldn't let me install pip3. I updated my system following the corresponding directions on the CRUX GNU/Linux handbook and then I was able to install pip. You should be careful with updating, though. There is some script on handbook to handle dependencies, it's better to use it.
<meowmeowuwunyan>
kh1b: Wait a moment, I'll check the config.
<meowmeowuwunyan>
kh1b: Device drivers -> Input device support -> Mice -> <here you toggle things that you need, I enabled PS/2 one because I use Qemu>
<kh1b>
thanks for looking it up, i changed that now i will recompile the kernel
<kh1b>
and as you told me after that i am gonna try to update my system to fix the packages issue
kh1b has quit [Remote host closed the connection]
kh1b has joined #crux
<kh1b>
meowmeowuwunyan: i did recompile my kernel it fixed my mouse issue, but for the pip one it still persisting even after the upgrade
<kh1b>
i have an issue with X session i only have one resolution 640x480 when i check with xrandr i dont know if its something at kernel level that i need to change or something else
<SiFuh>
kh1b: If you want to find out what your kernel needs. Use the kernel config under contrib/ on the ISO. Built it completely. Use the lsmod command to see what your system loaded. Then tweek your new kernel to whatever you want. Take in to count that not all modules be loaded. For example loop will need to be manually loaded.
<SiFuh>
But on a normal 64 and 86 system the kernel is pretty much complete and fully modular.
ivandi has joined #crux
lavaball has joined #crux
<ukky>
kh1b: upload your Xorg.log to dpaste or similar
<kh1b>
here is my xorg.log http://0x0.st/XWcD.0.log, now i am trying to look up kernel configuration to see if i am missing anything that i need to enable
<kh1b>
ukky:
<ukky>
kh1b: your X problem is that you don't have /dev/dri/card0
GazL has quit [Quit: leaving]
<ukky>
kh1b: upload output of 'lspci -nnk' to 0x0.st
<kh1b>
ukky: any suggestions on how i can proceed to fix that
<kh1b>
ukky: ok i am gonna do that
<ukky>
kh1b: You need to enable DRM in kernel config and also specify which kernel driver to use for DRM, unless you want proprietory nvidia/amd drivers
<ukky>
kh1b: you need to enable (M or Y) DRM_I915 in your kernel config. And make sure that DRM is enabled too.
zorz has quit [Ping timeout: 252 seconds]
zorz has joined #crux
zorz has quit [Quit: leaving]
kh1b has quit [Remote host closed the connection]
_moth_ has joined #crux
cruxbridge has quit [Ping timeout: 252 seconds]
cruxbridge has joined #crux
jason123santaoni has joined #crux
jason123onirc has quit [Ping timeout: 252 seconds]
farkuhar has joined #crux
frinnst has quit [Ping timeout: 272 seconds]
jason123santaoni is now known as jason123onirc
frinnst has joined #crux
Stx has quit [Ping timeout: 604 seconds]
<farkuhar>
r0ni: prior to commit 5c9800e553bd3e4d3cdf8c2990ddacc8876735af in the opt repo, ntfsprogs and ntfs-3g_ntfsprogs also had overlapping footprints (similar to what you observed with exfat-utils and exfatprogs). Performance-wise, I never noticed much difference between exfat-utils and exfatprogs, although I rarely mount any exfat volumes these days.
Stx has joined #crux
kh1b has joined #crux
<r0ni>
farkuhar: I was thinking maybe one should be system level /sbin and one should be user level /usr/sbin ? I dunno if that works in theory, i'd assume the fuse driver would be /usr/sbin, but I also see that would be a system issue for paths, unless only root can use one. The problem only arises if you try and install both anyway
<kh1b>
after installing crux i have an issue with pulseaudio the package doesnt want to install, i had the same issue with python3-pip but i fixed it with updating the dependecies of that package 'curl failed to verify the legitimacy of the server and therefore could not
<kh1b>
establish a secure connection to it. To learn more about this situation and
<kh1b>
'No supported PnP or PCI card found.', 'Would you like to probe legacy ISA sound cards/chips?' i dont know if missed to enable something before compiling the kernel
<jaeger>
maybe the module for your specific sound card
<jaeger>
according to your lspci output that's snd_hda_intel, which suggests you already have it compiled. Is your user also in the 'audio' group?
<kh1b>
no it isnt
<jaeger>
That other paste indicates it wants consolekit, may need to install that
<farkuhar>
consolekit is only a problem for starting pulseaudio, though. Has kh1b tested whether the soundcard is recognized by pure ALSA? (aplay -l)
<farkuhar>
`aplay -l` is one of the first things I test when booting up my laptop with Sound Open Firmware. Most of the time it reports "no soundcards available", but after I rmmod and then modprobe snd_sof_pci_intel_icl, the `aplay -l` output shows the internal audio device. Assuming it's an issue with module loading order, I haven't yet figured out the appropriate "softdep" entry to put into /etc/modprobe.d.
<farkuhar>
It would be nice to have a graphical presentation of the relationships in /lib/modules/$(uname -r)/modules.dep, similar to what we get from `prt-get deptree $port`. That way we could compare the dmesg output for failing drivers, against the topological sorting that depmod has calculated for all the compiled modules.
<farkuhar>
kh1b: Your latest paste suggests that ALSA should have no problem using the card. So I'm guessing the message "No supported PnP or PCI card found" came from pulseaudio?
<kh1b>
farkuhar: it actualy came from alsa, i dont know the issue tho
lavaball has quit [Remote host closed the connection]
SiFuh has quit [Remote host closed the connection]