If you open up the terminal (its called konsole in kde) it should give you a prompt similar to this dave@sophie ~ $ But with your username and computername, in there type
- Code: Select all
su -
((Then enter your password for root, it asked you when doing the setup, itll look like it wont show you any characters you type, but it is taking them))
- Code: Select all
lspci | grep udio
then you can copy and paste it into here

that command will on its own print off all pci devices to the terminal, the | symbol asks your computer to send the out put of the previous command to the next one, in this case grep, which is a powerful search tool. with most linux commands you can type
- Code: Select all
man lspci
for example, and it shows the manual page
As for handling the dual cores, it will automatically use both, and spread the load
