Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 307334 Details for
Bug 396101
no sound thinkpad 600e cs4236
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
init script to handle the ThinkPad 600E soundcard situation
snd-cs4236 (text/plain), 800 bytes, created by
Fulton Green
on 2008-06-02 06:25:04 UTC
(
hide
)
Description:
init script to handle the ThinkPad 600E soundcard situation
Filename:
MIME Type:
Creator:
Fulton Green
Created:
2008-06-02 06:25:04 UTC
Size:
800 bytes
patch
obsolete
>#!/bin/bash > ># Source function library. >. /etc/rc.d/init.d/functions > >RETVAL=0 > >start() { > echo -n $"Starting CS4236 soundcard: " > echo activate > /sys/devices/pnp0/00:06/resources > echo activate > /sys/devices/pnp0/00:07/resources > /sbin/modprobe snd-cs4236 > RETVAL=$? > echo > return $RETVAL >} > >stop() { > echo -n $"Stopping CS4236 soundcard: " > > /sbin/modprobe -r snd-cs4236 > RETVAL=$? > echo > return $RETVAL >} > ># See how we were called. >case "$1" in > start) > start > ;; > stop) > stop > ;; > status) > ;; > restart) > stop > sleep 3 > start > ;; > condrestart) > stop > sleep 3 > start > ;; > *) > echo $"Usage: $0 {start|stop|status|restart|condrestart}" > ;; >esac >exit $?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 396101
:
307333
| 307334