| Summary: | harddrake2 doesnt save module settings | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Simple <simplew8> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | draktools | CVE: | |
| Status comment: | |||
|
Description
Simple
2012-05-01 04:07:47 CEST
In fact i saw in the log window that was changing the file /etc/modprobe.conf, for example i changed the value swenc to 1 and did saved: options rtl8192ce swenc=1 then i did unload and load the module and checked /sys/module/rtl8192ce/parameters/swenc but it did NOT changed the parameter value as we can see in this output: ~]# cat /sys/module/rtl8192ce/parameters/swenc N So to be able to get things to work, i did created a file in /etc/modprobe.d/50-rtl8192ce.conf with: options rtl8192ce ips=0 swlps=0 fwlps=0 and now YES, it changed the values of the rtl8192ce parameters. Lets check the value for the parameter for example ips (which default value is 1): ~]# cat /sys/module/rtl8192ce/parameters/ips N and as we see its set to N (0). In conclusion changing parameter values using harddrake2 will not do anything. seems it's right in the wrong file, thanks for your bug (it was a confirmation for me) *** This bug has been marked as a duplicate of bug 5705 *** Status:
NEW =>
RESOLVED |