Hi there folks, first post and been using Linux for roughly a week, not an expert but getting the feel for it.
So....my question is: I am in the process of building a studio-rig for music, and previoulsy I used Windows, and managed to get the x64 drivers for my audio card the Delta 1010LT and got it working etc. It came with the control panel as well.
I tried googling for the drivers for Ubuntu Studio (64), but to be honest, like I said being a newbie, I'm not entirely sure I have to download them? Most things I can just request download and install from the terminal in Ubuntu. Does this apply for these drivers or if not does anyone know the location of these drivers?
Much help is appreciated
In August of this year I'm going to build a dedicated linux audio computer. I have been using ubuntu studio on my cheapo dell optiplex to learn linux and to get used to different programs and see which ones I need.
Lubuntu seems to use less cpu than ubuntu studio for the same program. I don't want any other programs on my system part from ardour, jack and a few misc MP3 players. All audio. It says that ubuntu studio is a low latency program, does this mean that Lubuntu isn't low latency? It seems that Lubuntu is running the program easier but I'm nervous to go with it because I fear it may be missing certain components to keep it less needy of cpu power.
What are your thoughts on this.
Hi everybody!
I have visited this forum a lot in the last years to learn information about Linux, so above all thank you very much to the linuxquestions.org community for building this valuable resource!
Now my question:
I have a brand new Nvidia GTX750 graphics card. Nouveau does not work correctly with this card (very low resolution and red dots all around the screen appear), so I need to install propietary drivers.
I have coped with this when installing distros in my hard drive, I just install the propietary drivers following the reccomended user guidelines and that's all, but I'm now starting to work with Tails (amnesic Linux distribution) and 'unfortunately' as it's an amnesic system I'll have to install them everytime I boot.
I was wondering if there's a way to install them permanently on my Live CD/USB so I am ready to work as soon as I boot. I have not really any clue on how a LiveUSB is composed, and as far as I have searched on the Internet I have not found any information about this matter.
Sorry for the bad grammatics, I have a pretty bad level of English
TL;DR: How can I permanently install Nvidia propietary drivers on an amnesic Linux Live CD/USB?
Regards,
tete7
I have a Dell Latitude E5440. It currently is Running Windows 7 pro. I want to change this machine into a customized Linux Workstation. In order to that right I need to get all my device drivers copied from Dells Website I want to then figure out if these drivers would work for linux.
I then want to create a virtual windows desktop to run all and not limited to:
Microsoft visual Studio
Ableton live (DAW)
Auto Desk Inventor
Mentor Graphics PAD
Adobe Photoshop
Adobe Premier
Red Giant Special Effects suites (various)
Quark Express
ICOM Radio Programming software
Microsoft Office
Just to name a few programs I want to run on my windows virtual desktop.
I wont ever take the virtual desktop online. I also want to have a highly secured system where permissions have to be signed for anything. Meaning that my windows desktop is virtually helpless in screwing with the rest of my system.
SO I will need a good open source O.S. and many links for the device drivers I need and how to change them to work.
Please explain things clearly with precise directions and links. I haven't flashed my bios yet and installed DBAN. I will when I feel I have all my ducks in a Row and I am ready to create a monster laptop. please email me directly
evander.callie at gmail dot com
Hello people, im not really new with linux per say, but its the first time that i have this problem, i makes me feel like a newbie!!
well, this is the problem, i've just install linux 17.1 rebecca on my new computer. the installation goes well as usual, but when i log in, appears a new message "running in software rendering mode" and it doesn't recognize my video card, nor i can connect to internet to get the drivers. So i dont know that to do. i would really appreciate your help. Thanks.
P/D: Sorry for my english!!
My computer:
MotherBoard: Gigabyte 990 fxa-ud3
Ram: 8gb
Graphic card: Msi Geforce gtx 960 2gb
Cpu: Amd Fx8320
power sup: sentey 650w
I just installed Ubuntu 14.04 on my Aspire E11 laptop. Everything works except sound. Nothing is muted. Alsamixer is in strange condition with no bars. Normally I find fixes by googling a question then finding then pasting commands into the terminal but all to no avail. I still have no sound. Any feedback would be appreciated.
Pulse audio controls show everything as normal with nothing muted.
This is the output forlspci -nnk | grep -i audio
$ lspci -nnk | grep -i audio
00:1b.0 Audio device [0403]: Intel Corporation ValleyView High Definition Audio Controller [8086:0f04] (rev 0e)
j
I am running Linux Fedora 20. I have tried several times to download drivers; the last message I received said "There was an error during the cups operation: 'client-error-document-format-not-supported'. I'm totally confused now and do not know what to do next. I need help please. I think I should start from scratch.
I am new to drivers development under linux kernel. After starting with the simple examples from the book Linux Device Drivers v3, I realised that the block driver API has been totally changed since the kernel 2.6.31 or maybe later versions, and I couldn't find any documentation about the new API and how to use it. There are just some few comments in the source code.
After struggling for one month I almost had something working but few parts are missing or I misunderstood something.
Here is the situation :
After fetching the request with blk_fetch_request(q), I use the macro __rq_for_each_bio for handling the full request
To transfer the segments one by one I use the macro bio_for_each_segment(bvec, bio, i) that loops over all the segments in a bio
My question is :
I need to do some DMA from/to my device (the dma engine is within the device), that's why I need some address that I could use it to DMA from/to
Which buffer should I use ? for the moment I use the buffer returned by char *buffer=bio_data(bio), Does "buffer" corresponds to the physical buffer that I can use for DMA
How to end the request in this case ? using __blk_end_request_cur(req, 0) ? or using __blk_end_request(req, 0, bytes) ?
If you don't have an answer to any of these questions, where can I find a useful documentation for the new API of the block device drivers.
Hey guys. So I just went out and bought a Sager 8268-s (clevo p150sm-a) With an i7 4910mq and a Nvidia 980m gt. As I am a computer tech by trade, every time i see Windows i get horrible PTSD so i decided to try Linux instead. After many hours of trying to get a dual boot working finally got Linux Mint 17 Cinnamon installed on my computer, but when I went to install the Nvidia driver it landed me in fallback mode which I could not escape. So then I tried Ubuntu 14.04 LTS thinking maybe Mint was incompatible with the driver and the same thing happened.
So here is my method:
(sorry i don't know how to make a code box :/ )
First I log in to get root access:
$ su
Then I Update the xorg:
$ sudo apt-add-repository ppa:xorg-edgers/ppa
Then update my system:
$ sudo apt-get update && sudo apt-get dist-upgrade
Then i go into Virtual terminal (Ctrl+Alt+F1) and disable the display manager:
$ sudo service mdm (or lightdm for Ubuntu) stop
Then i install the drivers which i have done multiple ways:
$ sudo apt-get install nvidia-current nvidia-settings
or
$ sudo apt-get install nvidia-343 nvidia-settings
or by downloading the driver from Nvidia (first designating the file as executable)
$ sudo sh nvidia.run && sudo apt-get install nvidia-settings
Then after install, I create the config file:
$ sudo nvidia-xconfig
Then I reboot. After I get the low res mode in Ubuntu or fallback mode in Mint and Driver manager doesn't detect any proprietary drivers and I have to reinstall to get the OS working again. Any suggestions would be greatly appreciated.
Hi,
I work with Ubuntu 14.04 LTS on my laptop and desktops. I am facing two issues:
i) Even in LTS, every week there are upgrades, on one count or other. This is not a concern, but what is painful is that if the upgrade does some tweaking of the kernel, I lose the support for Gnome Desktop and Nvidia...To get the machine back to the desktop, I have to sometimes knock off Nvidia*, and then try repairing with the advanced choices...otherwise the system boots up but the X-Display is unaccessible...
2. Secondly, why does Ubuntu want me to use DHCP...? I conmfigure it always for static IP, and even write out a /etc/resolv.conf...but the NM deletes the entries... I want a solution to this issue...I am using a Vostro 3570, an Inspiron 530 and a Envy15 Laptop,,,
3. I find that the network is never a problem with the FC20, which I use with dual boot...what is wrong with Ubuntu Networking implementation please?
4. Finally, my most urgent question (to anyone who can help) is how to directly load Ubuntu or FC20 on to a desktop or laptop on a new disk...From where can I get the basic Linux drivers ...? There is no such problem with Win7!!! (IMHO which is a much poorer OS for professional computing...)
5. Dell though it supports Ubuntu 12.04, refuses to give the drivers even for their systems under warranty, ditto for HP...So Dear Sirs where does one go for a remedy...
Warm Regards
I have visited many forums and know hat this is a very frequently asked questions. I have just installed Lubuntu 14.04 on an old Toshiba NB505. I have tried the
rfkill list all command.
It shows that I have a Hard Block. I have connected with an Ethernet cable and have updated.
The drivers were removed and were attempted to be re-installed in Windows but did not seem to work either.
any added suggestions. I read another post that suggested that I reload Windows as a partition and try adding the drivers again.
p.s. I should add that I am true Newbie and last took a Computer class in 1988...yes
that is correct 1988