Bug 132915

Summary: Wrong entry for nvidia driver alias in modprobe.conf.dist
Product: [Fedora] Fedora Reporter: Peter Backlund <peter.backlund>
Component: module-init-toolsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-20 05:38:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Peter Backlund 2004-09-19 15:41:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2)
Gecko/20040809

Description of problem:
The entry for the Nvidia display driver in modprobe.conf.dist is 

alias char-major-195-* NVdriver

but the module name has changed to "nvidia" years ago. The correct
value would be 

alias char-major-195-* nvidia



Version-Release number of selected component (if applicable):
module-init-tools-3.1-0.pre5.2

How reproducible:
Always

Steps to Reproduce:
1. grep 195 /etc/modprobe.conf-dist on Rawhide as of 2004-09-19
2.
3.
    

Actual Results:  alias char-major-195-* NVdriver

Expected Results:  alias char-major-195-* nvidia

Additional info:

Comment 1 Bill Nottingham 2004-09-20 05:38:57 UTC
Removed from future builds.