← prev | next →
Visone_Selektah 2022-07-23 20:28:30
#kenel #lts
Added linux-lts-5.15.57 to repo
https://gitlab.com/visone/venom-kernels.git
victor tebar / venom-kernels · GitLab –
GitLab
Luis 2022-07-23 20:58:55
https://github.com/venomlinux/ports/blob/3.0/scripts/ports.csv
ports/ports.csv at 3.0 · venomlinux/ports –
GitHubContain all ports used by scratchpkg. Contribute to venomlinux/ports development by creating an account on GitHub.
Visone_Selektah 2022-07-24 00:02:26
#kernel #linux
Added linux-5.18.14 to repos
https://gitlab.com/visone/venom-kernels.git
https://gitea.com/venom-linux/venom-kernels.git
We migrated the repo from gitlab to gitea, this next week both will be operatives, then just the gitea one.
victor tebar / venom-kernels · GitLab –
GitLab
bja_au 2022-07-24 05:43:06
morning all – todays quandary – I have 2 systems with venomlinux, both setup with identical xset settings, one (Dell laptop) blanks the screen, like it should, where as the other (Mac mini with Dell screen) doesn’t – why not???
Francesco Ruotolo 2022-07-24 08:54:32
Need help with b43 drivers onto kernel
Francesco Ruotolo 2022-07-24 08:55:30
Ok other distro I just install b43-fwcutter and extract the firmware
Francesco Ruotolo 2022-07-24 08:56:15
Here on venom when I do modprobe it says “b43 module is built in) but I still cannot use my wifi card
Francesco Ruotolo 2022-07-24 08:56:30
It’s a mac unfortunately I can’t swap it
Francesco Ruotolo 2022-07-24 08:56:42
Any help? I can share the .config
Francesco Ruotolo 2022-07-24 08:56:48
@emmett1 @Visone_Selektah
Visone_Selektah 2022-07-24 09:17:15
bja_au 2022-07-24 05:43:06
morning all – todays quandary – I have 2 systems with venomlinux, both setup with identical xset settings, one (Dell laptop) blanks the screen, like it should, where as the other (Mac mini with Dell screen) doesn’t – why not???
Morning!!! I gues the hardware is different, can you share those settings?
Visone_Selektah 2022-07-24 09:19:04
Francesco Ruotolo 2022-07-24 08:56:15
Here on venom when I do modprobe it says “b43 module is built in) but I still cannot use my wifi card
If I’m right, b43-fwcutter as another module, a different one. Trying to remove the kernel builtin one first and then install the new one
Francesco Ruotolo 2022-07-24 09:19:46
Visone_Selektah 2022-07-24 09:19:04
If I’m right, b43-fwcutter as another module, a different one. Trying to remove the kernel builtin one first and then install the new one
So i need to deactivate b43 into my kernel
Francesco Ruotolo 2022-07-24 09:19:49
Then recompile
Francesco Ruotolo 2022-07-24 09:19:56
Then go b43 route
Francesco Ruotolo 2022-07-24 09:19:59
Right?
Visone_Selektah 2022-07-24 09:20:23
Francesco Ruotolo 2022-07-24 09:19:46
So i need to deactivate b43 into my kernel
no no, just search for the b43 module and remove it, then install the new one and firmware.
Some like lsmod | grep b43
modprobe -r <mod>
Then b43 route
Francesco Ruotolo 2022-07-24 09:20:49
Visone_Selektah 2022-07-24 09:20:23
no no, just search for the b43 module and remove it, then install the new one and firmware.
Some like lsmod | grep b43
modprobe -r <mod>
Then b43 route
Into usr/lib/firmare ?
Francesco Ruotolo 2022-07-24 09:21:47
Ok I’ll try.. thanks
Francesco Ruotolo 2022-07-24 09:22:20
Visone_Selektah 2022-07-24 09:20:23
no no, just search for the b43 module and remove it, then install the new one and firmware.
Some like lsmod | grep b43
modprobe -r <mod>
Then b43 route
Modprobe -r is to remove ? Or to reload?
Visone_Selektah 2022-07-24 09:26:11
Francesco Ruotolo 2022-07-24 09:22:20
Modprobe -r is to remove ? Or to reload?
remove
bja_au 2022-07-24 11:46:06
Visone_Selektah 2022-07-24 09:17:15
Morning!!! I gues the hardware is different, can you share those settings?
what do you need??? The laptop is an Dell Inspiron N5110 and the main box is a late 2012 Mac Mini with a Dell screen
Visone_Selektah 2022-07-24 11:48:02
bja_au 2022-07-24 11:46:06
what do you need??? The laptop is an Dell Inspiron N5110 and the main box is a late 2012 Mac Mini with a Dell screen
What do you want to do, it’s depends of hardware? What config are you using?
bja_au 2022-07-24 12:12:49
Visone_Selektah 2022-07-24 11:48:02
What do you want to do, it’s depends of hardware? What config are you using?
I just want the screen to blank (like it does on the laptop) on the mac mini – both systems setup the same (as far as I can see) but one blanks and the other one doesn’t 🙁
bja_au 2022-07-24 12:13:25
I can force the mac mini to blank but it doesn’t do it automagically
Visone_Selektah 2022-07-24 12:14:29
bja_au 2022-07-24 12:12:49
I just want the screen to blank (like it does on the laptop) on the mac mini – both systems setup the same (as far as I can see) but one blanks and the other one doesn’t 🙁
I guess one have dpms active and the other not. Let me check one thing
Visone_Selektah 2022-07-24 12:15:29
bja_au 2022-07-24 12:13:25
I can force the mac mini to blank but it doesn’t do it automagically
Check this link.
https://wiki.archlinux.org/title/Display_Power_Management_Signaling
bja_au 2022-07-24 12:15:51
On the mac mini I run “(sleep 1 ; xset dpms force off ; /usr/bin/slock.bja ; xset +dpms)” which both blanks the screen and runs slock – be nice if I could fine a way to auto run that after a period of no action – like a screensaver would
bja_au 2022-07-24 12:18:50
I have tried doing that using xset with the same settings – will create file like page says and see if that better 🙂
Visone_Selektah 2022-07-24 12:19:21
To put the display to standby after 100 seconds, to suspend after 200 seconds, and turn it off after 300 seconds, run xset dpms 100 200 300
bja_au 2022-07-24 12:19:32
btw ‘xset q’ returns the same on both systems
bja_au 2022-07-24 12:20:06
I use ‘xset dpms 0 0 300’
Visone_Selektah 2022-07-24 12:20:40
You can set those options with any script/alias/command or make a config file and your system would used them always
Visone_Selektah 2022-07-24 12:21:23
bja_au 2022-07-24 12:20:06
I use ‘xset dpms 0 0 300’
Yeah the valors you want, but that’s the sintaxys
bja_au 2022-07-24 12:21:49
reading that page you sent me it talks about using ‘xset s …’ – will try that
← prev | next →