Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 13:10:19 +0300
From:      "Nikolaj I. Potanin" <n_p@potanin.spb.ru>
To:        freebsd-multimedia@freebsd.org
Subject:   ufm0: GemTek Corp USB FM Radio
Message-ID:  <20030129131019.7c0f9b42.n_p@potanin.spb.ru>

next in thread | raw e-mail | index | archive | help
Hello All!

I have a trouble with USB FM-Tuner (Radio 21) on 4.7-STABLE. Added ufm
device into the kernel config. When device is attached, kernel says:

Jan 29 11:39:10 nip /kernel: ufm0: GemTek Corp USB FM Radio, rev
1.00/4.10, addr 2

I looked for ufm0 in /dev :

nikolaj@nip:~> ls -l /dev/ufm0
gnuls: /dev/ufm0: No such file or directory

Added following to MAKEDEV:

#----------
ufm*)
        umask 7
        unit=`expr $i : 'ufm\(.*\)'`
        mknod ufm$unit c 200 `unit2minor $unit` root:operator
        umask 77
        ;;
#----------

cd /dev; ./MAKEDEV ufm0

Is there any program ready to work with this device??

-- 
Nikolaj I. Potanin (POTANIN-RIPN)
http://potanin.spb.ru

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129131019.7c0f9b42.n_p>