Bug 88859

Summary: Aliases for BlueZ kernel modules missing
Product: [Retired] Red Hat Linux Reporter: James Clark <jjc>
Component: modutilsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: dwmw2, rvokal, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/bluez/kernel/doc/modules.txt?rev=HEAD&content-type=text/vnd.viewcvs-markup
Whiteboard:
Fixed In Version: 2.4.25-9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-08 23:27:23 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:
Bug Depends On:    
Bug Blocks: 103971    

Description James Clark 2003-04-15 01:15:11 UTC
modutils doesn't know about the BlueZ kernel modules, which means that bluetooth
won't work unless the user manually adds stuff to their modules.conf.  alias.h
needs the following added (this list comes from linked URL):

	alias net-pf-31		bluez
	alias bt-proto-0	l2cap
	alias bt-proto-2	sco
	alias bt-proto-3	rfcomm
	alias bt-proto-4	bnep
	alias tty-ldisc-15	hci_uart
	alias char-major-216	rfcomm
	alias char-major-10-250	hci_vhci

Comment 1 Bill Nottingham 2003-04-25 23:07:03 UTC
*** Bug 89649 has been marked as a duplicate of this bug. ***

Comment 2 Bill Nottingham 2003-04-25 23:07:24 UTC
fixed in 2.4.25-1.

Comment 3 David Woodhouse 2003-09-08 23:16:50 UTC
imladris /root # rpm -qi modutils
Name        : modutils                     Relocations: (not relocateable)
Version     : 2.4.25                            Vendor: Red Hat, Inc.
Release     : 8                             Build Date: Mon 07 Jul 2003 22:08:16 BST
Install Date: Sat 30 Aug 2003 19:46:37 BST      Build Host: bugs.devel.redhat.com
Group       : System Environment/Kernel     Source RPM: modutils-2.4.25-8.src.rpm
Size        : 584540                           License: GPL
Signature   : DSA/SHA1, Wed 16 Jul 2003 21:07:33 BST, Key ID fd372689897da07a
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary     : Kernel module management utilities.
Description :
The modutils package includes various programs needed for automatic
loading and unloading of modules under 2.2 and later kernels, as well
as other module management programs. Device drivers and filesystems
are two examples of loaded and unloaded modules.
imladris /root # rpm -V modutils
imladris /root # /sbin/modprobe -c | grep bt-proto
imladris /root # modprobe bt-proto-2
modprobe: Can't locate module bt-proto-2
imladris /root # modprobe sco
imladris /root #



Comment 4 Bill Nottingham 2003-09-08 23:27:23 UTC
Argh, typo. Fixed in -9.