1. Usb 3d Sound Driver
Active3 years, 7 months ago

C-Media USB 3D Audio Controller - PD 552 This is a true 3D Sound Audio Controller in form of either PD 551 or PD 552 (the later shown in picture above). You get a USB Audio and Extension Cable with the buy pack of PD 552 just for around 12$. Linux and other operating systems also need hardware drivers before. Hardware that doesn't work is usually just a quick driver download away from working. But they don't offer the same level of 3D gaming performance.

I have recently installed ubuntu 12.04 LTS, but as in previous versions; I need a driver for wireless. When booting from USB, I could download and install the Broadcom Wireless STA driver: now I can't (note: this was from my house and I am moving and the internet in my hotel has additional logon information - might be the problem?). The ethernet cable on my laptop never worked, so that's not an option.When I open additional drivers, it will say can't detect drivers; need internet access.

Summary:

  • Need wireless driver
  • Wifi is available; logon information IN BROWSER required.
  • No ethernet
ish
119k34 gold badges277 silver badges296 bronze badges
RubenRuben

4 Answers

Driver

Late to the party, but could be of use to someone. If you still have the Live USB from which you installed the OS, insert the flash drive (if it doesn't automount, open the Disks utility and mount it from there). Once it's mounted, open the terminal and go:

replace username and volname with your username and the USB volume label, respectively. after the install completes, reboot.

This folder structure is based on 15.04, should be similar in older versions.

If the terminal comes out with an error, open the file explorer and go to your Live USB. Then go the the same directory as above:

Ubuntu

And

And click on the file in each directory. It will bring up Software Center. Install or reinstall both files.

sostackedsostacked
4581 gold badge6 silver badges15 bronze badges

You can manually download any ubuntu package from http://packages.ubuntu.com, copy them to the linux drive, then use dpkg to install them. Packages.ubuntu.com also lists dependencies, so you should be able to find and download any that are missing.

The 'restricted hardware drivers tool' uses the following package for broadcom wireless:

(alter the URL to use lucid if needed for a 10.04 installation)

That package doesn't have much for dependencies, and it should be installable by doing:

dpkg won't try grabbing any dependencies for you, so you will need to make sure they are installed using this same method first.

ImaginaryRobotsWriteImaginaryRobots
7,3814 gold badges27 silver badges36 bronze badges

All Precise Pangolin (Ubuntu 12.04) packages can be downloaded from Launchpad.

You need to know the name of the package, though. But hopefully that should be the one:

Andrejs CainikovsAndrejs Cainikovs

for broadcom wifi issues, follow the instructions here. this site provides step by step instructions for identifying the card and a list of supported cards and what drivers to use for each model.

make sure that you use this command to identify your card model, as the output of dmesg will sometimes contain the wrong information

you'll probably end up using b43-fwcutter (should already be installed), so once you've downloaded the drivers linked to from that site, you can put them on a thumb drive, take the drive to your friends house and follow the instructions in the first link to install them.

to summarize:

on pc w/ net access:

then from the pc w/o net access:

nathwillnathwill

Usb 3d Sound Driver

protected by CommunityDec 1 '15 at 15:43

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged wireless or ask your own question.

Active7 years, 9 months ago

Pororo theme song korean mp3 download. I'd like to modify the LiveCD to boot with the NVidia binary drivers. Any ideas of how that might be done? I've tried several approaches, even a manual installation of the NVidia installer in a chrooted filesystem, but no success so far.

brunobgbrunobg

1 Answer

Create a Live USB instead of a Live CD. Ubuntu's Startup Disk Creator application will let you do this, and it allows you to save data as well as a persistent storage medium. You will need to load the ISO onto the USB and run it, install the NVidia drivers and you can then reuse it. It effectively becomes a portalable Ubuntu.

Here are some instructions on the Ubuntu Help website:

RolandiXor
45.3k27 gold badges141 silver badges234 bronze badges
MendhakMendhak
3,4772 gold badges18 silver badges30 bronze badges

Not the answer you're looking for? Browse other questions tagged nvidialive-cd or ask your own question.