Gian Paolo Mureddu wrote:
Brad Fuller escribió:
> Lee Revell wrote:
>> On Thu, 2006-06-01 at 21:56 +0200, nigel henry wrote:
>>
>>> My Flashplayer install.
>>>
>>> I have Apt installed, and added to /etc/apt/sources.list rpm
>>>
http://macromedia.mplug.org/ rpm macromedia
>>>
>>> I could not find a GPG key for it on their site, so after
>>> DL'ing the flash-plugin using Synaptic, you have to uncheck the
>>> verify signature box otherwise it won't install.
>>>
>>> Then ran (as root) /usr/lib/flash-plugin/setup, and the
>>> Flashplayer just worked with Firefox, and no problems.
>>>
>> The problem has nothing to do with Flash player. It cannot
>> possibly work if /dev/dsp does not exist.
>>
> after I:
>
> * cd /dev * ./MAKEDEV audio * ln -s dsp1 dsp
>
> audio started to work in flash. Don't know what will happen when I
> reboot..
>
> brad
>
Please check your udev rules. I'm pretty sure it is not recognizing
your manufacturer's ID, so you may need to add a rule for it.
What do I look
for? Are you referring to the file: /etc/udev/50-udev.rules?
I have a delta 66 (ice1712), are you referring to that when you say it's
not recognizing the manufacturer's ID?
FWIW, here is some info on my 50-udev.rules file:
[root@ives rules.d]# cat 50-udev.rules | grep oss
KERNEL=="osst*", GROUP="disk", MODE="0660"
KERNEL=="nosst*", GROUP="disk", MODE="0660"
KERNEL=="nosst[0-9]", BUS=="scsi", SYMLINK+="tape-%k",
MODE="0660"
# st/osst: 1 TYPE_TAPE
SYSFS{model}!="ADR*", RUN+="/sbin/modprobe osst"
[
root@ives rules.d]# cat 50-udev.rules | grep dsp
KERNEL=="dsp*", MODE="0660"
KERNEL=="adsp*", MODE="0660"
KERNEL=="dsp0", SYMLINK+="dsp"