Re: Activate/deactivate kernel parameters without reboot

2018-03-30 Thread Reco
Hi. On Fri, Mar 30, 2018 at 04:20:53PM +0200, Michael Lange wrote: > Hi, > > On Fri, 30 Mar 2018 14:40:21 +0300 > Reco wrote: > > > > > It won't do any good, because: > > > > # ls -al /sys/module/nouveau/parameters/noaccel > > -r 1 root root 4096 Mar 30

Re: Activate/deactivate kernel parameters without reboot

2018-03-30 Thread Michael Lange
Hi, On Fri, 30 Mar 2018 14:40:21 +0300 Reco wrote: > > It won't do any good, because: > > # ls -al /sys/module/nouveau/parameters/noaccel > -r 1 root root 4096 Mar 30 > 14:37 /sys/module/nouveau/parameters/noaccel > > Permissions of '400' in these case mean

Re: Activate/deactivate kernel parameters without reboot

2018-03-30 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Mar 30, 2018 at 02:40:21PM +0300, Reco wrote: > Hi. [...] > It won't do any good, because: > > # ls -al /sys/module/nouveau/parameters/noaccel > -r 1 root root 4096 Mar 30 14:37 > /sys/module/nouveau/parameters/noaccel

Re: Activate/deactivate kernel parameters without reboot

2018-03-30 Thread Reco
Hi. On Fri, Mar 30, 2018 at 11:50:46AM +0200, to...@tuxteam.de wrote: > On Fri, Mar 30, 2018 at 04:50:06AM -0300, rv riveravaldez wrote: > > On Thu, Mar 29, 2018 at 11:28 PM, Stefan Monnier > > wrote: > > >> I'm running with a 'nouveau.noaccel=1' kernel

Re: Activate/deactivate kernel parameters without reboot

2018-03-30 Thread Morel Bérenger
Hello. Le Fri, 30 Mar 2018 04:50:06 -0300, rv riveravaldez a écrit : > 'Permiso denegado' means 'Permission denied'. > > > What else shoud/could I do? Maybe you could try to unload the module before changing it's setup? -- SGA Automation 27 Rue Jean-Philippe

Re: Activate/deactivate kernel parameters without reboot

2018-03-30 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Mar 30, 2018 at 04:50:06AM -0300, rv riveravaldez wrote: > On Thu, Mar 29, 2018 at 11:28 PM, Stefan Monnier > wrote: > >> I'm running with a 'nouveau.noaccel=1' kernel parameter added at hand > > [...] > >> Is there

Re: Activate/deactivate kernel parameters without reboot

2018-03-30 Thread rv riveravaldez
On Thu, Mar 29, 2018 at 11:28 PM, Stefan Monnier wrote: >> I'm running with a 'nouveau.noaccel=1' kernel parameter added at hand > [...] >> Is there any way to deactivate and reactivate such a parameter without >> the need to reboot? > > You can try and change it with >

Re: Activate/deactivate kernel parameters without reboot

2018-03-29 Thread Stefan Monnier
> I'm running with a 'nouveau.noaccel=1' kernel parameter added at hand [...] > Is there any way to deactivate and reactivate such a parameter without > the need to reboot? You can try and change it with # echo 0 > /sys/modules//parameters/noaccel -- Stefan

Activate/deactivate kernel parameters without reboot

2018-03-29 Thread rv riveravaldez
Hi, I'm running with a 'nouveau.noaccel=1' kernel parameter added at hand at boot (for a random freeze that appears with nouveau driver and the NVIDIA C61 [GeForce 7025 / nForce 630a] (rev a2) GPU). Is there any way to deactivate and reactivate such a parameter without the need to reboot?