Bug 132915 - Wrong entry for nvidia driver alias in modprobe.conf.dist
Summary: Wrong entry for nvidia driver alias in modprobe.conf.dist
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: module-init-tools
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-19 15:41 UTC by Peter Backlund
Modified: 2014-03-17 02:48 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-20 05:38:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.