|
I've installed the rpm packet, but it didn't appear in the dev directory. As the driver is probably installed as a module you need to insert the module thanks to "insmod" or "modprobe" command (as root of course). If you don't know the module name, all I can say is that it's probably in: "/lib/modules/$(uname -r)/kernel/drivers/media/" or one of its subdirectories. If everything is good when you insert the module, it should create the appropriate device node... else you have to do it with "mknod" comand
About the frontend for your internet connection: gnome-ppp may fit your requirements. The only problem is that you'll have to compile it... But don't worry you should have a README or INSTALL file provided with the package which will all explain you  there's also gnome dial but it works with gnome2 and I dunno if RedHat8 has gnome2 support....
Hope this help you
Oliv'
|