Fedora Installation :: F15 Broke Proprietary Drivers For Printer

Jun 4, 2011

I heard that the new release would work smoothly and decided to install fc15 on 5 computers at once (four 64-bit AMDs running RAID and an old 32-bit Compaq laptop). I now have only 1 of 4 printers working. One was an old and slow but reliable HP6P and the others Samsungs of various ages. I tried the workaround suggested in another thread for the HP6P (using MAKEDEV to recognize the parallel port), but I'm still unable to install the printer--the installation hangs searching for a printer. And Fedora 15 has apparently broken the proprietary Samsung driver.

The only working printer at the moment is a Samsung 2250 (the oldest) which has an open source driver, and that one won't currently print from the internet (it used to under fc14). It's pretty sad when a new release breaks computers whose major function is effectively (or rather ineffectively) a typewriter. I've tried both local and network installations using Gnome, system-config-printer, and the Samsung Configurator, but nothing seems to work. I hope a fix is forthcoming from Red Hat, Samsung, or the readers soon. I need my typewriter.

View 14 Replies


ADVERTISEMENT

Debian Hardware :: ATI Proprietary Drivers Broke Touchpad And Keyboard?

May 5, 2010

I have a big problem after i installed the ATI proprietary drivers. I expected something weird to happen when using proprietary stuff, but I did not expect them to stop my touchpad from functioning

I've been running sid on that laptop for ages and followed the guide on the Debian wiki and installed: "apt-get install linux-headers-2.6-$(uname -r | sed 's,.*-,,') fglrx-control fglrx-driver". This worked like a charm and the module got compiled OK. I then rebooted the computer (couldn't restart Xorg, the screen went black for some reason, but that's not the issue here) but when the kernel started it dumped a lot of udev errors concerning libsane. It booted up OK though, but when i tried to log in i couldn't use my keyboard or my touchpad. My external keyboard and mouse worked, but i had to disconnect them and connect them again to get them working. I suspect that the laptop keyboard and touchpad are connected by usb internally, but they are tricky to disconnect and reconnect

I then did a "apt-get remove" on all those packages installed and also an "apt-get install --reinstall" on the kernel. But I still have the same problem. I suspect that dkms did something bad, but I can't figure out what to remove or reinstall to get around this problem. I also tried to remove libsane, since udev dumped a lot of error messages, but I don't understand what the connection is there (except of course that udev is used for the keyboard and touchpad)

I also don't suspect the "unstableness" of sid to be the problem here. Rather something I haven't removed or reinstalled.

Does anyone have an idea about what I can do to revert this? I really don't want to reinstall the laptop.

Edit: Just, to sum it up. The real question here is: "How do I get rid of all the mess that ATI proprietary driver caused and installed?"

View 3 Replies View Related

Ubuntu Installation :: No Proprietary Drivers After 10.04?

Nov 24, 2010

When I run the liveCD (which I'm on right now), it shows proprietary drivers for my wireless hardware. I installed 10.04 from the liveCD onto my laptop, and after the install, it says there aren't any drivers. Is there a way I can pull the drivers from the liveCD, or should I try a reinstall?

View 1 Replies View Related

Fedora Installation :: Loading Drivers For Printer?

Jul 20, 2010

how to load drivers for my printer? I think I can find them online but have no idea how to navigate to get them loaded so I can finally use my printer!

View 1 Replies View Related

Ubuntu Installation :: No Proprietary Drivers Found In Karmic

Jan 12, 2010

I downloaded the wubi version of karmic kaola and I am trying to get ubuntu 9.10 to find my driver for wireless internet. I go to system>administration>hardware drivers. When I click on the command which finds the drivers, I get no proprietary hardware is in use. How do I get ubuntu to recognize drivers?

View 2 Replies View Related

Ubuntu Installation :: Will Not Boot After Installing Proprietary Drivers

Sep 28, 2010

its pretty much my first install. I am duel booting with Vista. I followed the guidelines and made a partition for my Ubuntu install. Everything installed correctly, however, it tell you to activate drivers for my video card, then restart. After restart ubuntu will not boot, it just sits at the startup screen and does nothing, I waited like an hour just to make sure that it was not just installing more things. I have re-formatted my partition and am going to reinstall later. Oh, I installed 10.4.1.

View 4 Replies View Related

Ubuntu Installation :: Nvidia Drivers - Get The Proprietary To Work?

Jun 9, 2011

After using Arch Linux for a while, I tried Ubuntu 11.04 again. Most of it was a pleasant surprise, except for the nvidia drivers. I currently have the nouveau drivers, but when I activate the nvidia drivers and reboot, it's installed but not in use. I figured I should run nvidia-xconfig (as suggested by nvidia-settings) but that makes my computer boot into a tty. Removing the /etc/X11/xorg.conf file makes it boot in nouveau again.

How do I install the Nvidia drivers? Ive tried the drivers from nvidia.com too, with the same results. I really want to be able to play my games, and nouveau just isnt going to cut it.

View 9 Replies View Related

Fedora Hardware :: ATI Radeon - AMD Proprietary Drivers

Jul 20, 2011

Will the amd proprietary drivers in the repo, work with gnome 3 in Fedora 15.

View 3 Replies View Related

Fedora :: Got Font Sizes Right With 14 + KDE + Proprietary Nvidia Drivers?

Dec 22, 2010

If anyone else out there is being driven crazy by the fact that their fonts are too big in KDE (with the proprietary nvidia driver), here's all the places you need to change it to make it work:

In /etc/X11/xorg.conf, under Identifier "Screen0", add:
Option "UseEdidDpi" "FALSE"
Option "DPI" "90x90"

[code]....

View 3 Replies View Related

Ubuntu Installation :: All Proprietary Drivers Missing After Upgrade To 8.04.2, Kernel 2.6.24-27-lpia?

Apr 26, 2010

I did open a bug for this as well:After upgrade to to Ubuntu 8.04.2, kernel 2.6.24-27-lpia all proprietary drivers are gone.Therefore, I cannot use wireless, webcam, sound, usb, etc... making work next to impossible. Does anyone know how to correct this easily and quickly so I am effective at work?

View 1 Replies View Related

Ubuntu Installation :: Proprietary NVIDIA Graphics Drivers From Restricted Repo?

Jul 17, 2011

As this question pops up quite often on IRC and, as a quick search told me, on this board as well, I decided to put together some directions that, with some or the other variation, also apply to other Linux distributions and have never failed me. The following is confirmed to work for Kubuntu 11.04 Natty Narwhal 64bit with a NVIDIA GeForce GT 240 and on Kubuntu 11.04 Natty Narwhal 32bit with a NVIDIA GeForce FX 5900XT graphics card.

This HowTo will describe how to install the proprietary NVIDIA graphics card drivers using exclusively the command line. I strongly suggest you try this method for a fresh install of graphics drivers before trying any other method, especially a GUI-driven one (I never used a GUI for package management on a Debian-ish system, but I hear that the Ubuntu Software Center supposedly has a way of installing proprietary graphics drivers).

The restricted packages repository should be enabled by default. To the more experienced users: This HowTo uses apt-get for demonstrating the install process. If you prefer using aptitude, feel free to replace the commands accordingly. First steps. As well be doing everything on the command line, first open a terminal application from your desktop environments menu or from a shortcut icon on your panel, if you have one. You should be greeted by a prompt that looks like this:

[Code]...

View 7 Replies View Related

Fedora :: Set Up Any NVidia Video Card Properly With The Proprietary Drivers ?

Jan 5, 2009

Quote:

NOTICE: Some very old nVidia Video Cards from more than 9 years ago might not work with this way, but just try this method because you'll see if there's a driver available for your video card in Fedora or not.

I have been noticing that it was hard to set up my own NVidia video card, and alot of other people shared the same problem as I had. I have been experimenting with some things, and here's what I did to solve it.

It's fairly easy, anyone can do this. Read and follow these instructions:

Install all updates. Although it seems unimportant, it really is.

Go to [url] and follow the instructions to install the free and nonfree repositories

Go to System > Administration > Add/Remove Software

Search the following: nv

Click everything which has to do with NVidia. Do not check the checkboxes yet, but read the descriptions. If you've found your video card in the description, check the checkbox at the left of the title.

Install the drivers by clicking "Apply" at the bottom of your screen.

After installing, go to Applications > System Tools > nVidia Display Settings

Set the properties of your video card, such as TwinView or higher screen resolutions.

After you've set it up, click Apply to preview your settings. Change some settings if you like, and then click Apply when you're done. DO NOT EXIT YET!

Click "Save to X Confguration File, but do NOT save the file. Click "Show preview..." and copy the text in the preview.

Go to Applications > System Tools > Terminal and type "su". Press Enter and enter the root password.

Now type:

Code:

Select all of the text in the document and delete it. Then, paste the text of the "Save X Configuration" window into the text editor.

Exit out of the terminal.

Exit out of the nVidia Display Settings application. Do not save anything from this application.

Log out and log back in to see the changes.

If you want to change some settings, repeat steps 7 - 16.

View 3 Replies View Related

Fedora :: F14- Non Free / Proprietary ( Flash / Codecs / Graphical Drivers )?

Nov 13, 2010

Fedora is a distro that is focused only on free and open source software.This means that Fedora doesn't distribute any proprietary or patent encumbred software, so they'll not be present in the official Fedora releases and repositories. This does not mean that they cannot be instaled in a Fedora distro. Because there are many users who want to run some of that software, the community has been providing, since a long time ago, alternative ways to acomplish that. This is very important when a new release is distributed, because it attracts many first time users and not all of them are aware of the above mentioned, and every six months, the same questions are placed in the forums, regarding that.

To help new users to install the non free and proprietary stuff mentioned in the titlle, I decided to leave here a fast summary, chosed among many of the available options.

Flash (only 64 bit)
Code:
su
yum erase flash-plugin nspluginwrapper*
rpm -Uvh http://dl.dropbox.com/u/6907158/flashplayer.x86_64/flash-release-1-1.noarch.rpm
yum install flash-plugin

[Code]...

View 3 Replies View Related

Ubuntu Multimedia :: Unable To Set Nvidia Drivers - Dual Monitor Without Proprietary Drivers?

Apr 8, 2010

I have been using ubuntu for quite a long time, and for the first time, I am now unable to set nvidia drivers to work. I have just install ubuntu 9.10 amd64 on an AMD 64 athlong X2 with a GEForce 6500 nvidia card.

The only reason I need the proprietary drivers is to use two monitors.

I am going crazy, I have tested everything I have found on the web. I have tried all the nvidia drivers version, I have tried envyng, ... but nvidia do not work!!

I am trying Xinerama with nv, but it does not work either!!!

Here is my xorg.conf file in which I have tried to use nv driver to set dual monitor. X fails to load and it says that screen 0 is deleted, that devices are found but there are no matches in the config file. Any clue?

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"

[Code]....

View 3 Replies View Related

Ubuntu :: Install Proprietary Drivers Thats Not Through The Hardware Drivers Option On System?

May 8, 2010

I know i know, some will say "eww Proprietary Drivers" but hey, ubunt is all about having more control of the OS. Is there an easy way to install Proprietary Drivers thats not through the hardware drivers option on system?

View 2 Replies View Related

Ubuntu Installation :: Can't Access GUI (interface) In UPGRADED Version - Enable Proprietary Drivers

Oct 6, 2010

i upgraded my ubuntu 9.10(karmic) to ubuntu 10.04 (lucid) by executing the commands " apt-get update apt-get dist-upgrade" one at a time in terminal after finishing upgrade ,i restarted my system, after restarting i can't access GUI (interface) in UPGRADED version ,it prompts me to terminal interface. how to enable proprietary drivers.., about enabling proprietary drivers! and also i used startx command it prompts me to gui but i can't access my keyboard and mouse or any other input devices.

View 5 Replies View Related

Ubuntu :: Changed From The Proprietary Drivers To The Regular NVidia Drivers - Startup Logo Is Displayed At A Really Low Resolution

Jul 13, 2010

I installed Xubuntu the other night (completely wiped machine) and started doing all the updates on it. After a couple of reboots, I changed from the proprietary drivers, to the regular nVidia drivers. After doing this, the startup logo is displayed at a really low resolution. Is there a simple fix to change this and use the nVidia drivers as well?

View 1 Replies View Related

Fedora :: How To Install HP Printer Drivers

Jul 10, 2010

hplip-3.10.5.run is the name of the file.

View 6 Replies View Related

Ubuntu :: Root Admin - Loading The Printer Drivers For New Lexmark Printer

Jul 6, 2010

Ubuntu 10.04 and have a problem with loading the Linux printer drivers for my new Lexmark printer. When I try to load up the printer driver downloaded from the Lexmark site I am asked to enter a root administrator password, but when I enter the password I used to setup the OS it will not accept it. I have reviewed the "sudo" terminal password info, but as I am a newbie I was concerned about wrecking the installation.

View 4 Replies View Related

Ubuntu Networking :: Can't Locate Printer Drivers In Network Printer Setup?

Oct 19, 2010

I am trying to set uamsung clx2160N as a standalone network printer on my home network. It is a printer with standalone network capability and is connected directly to my router and has a static IP number. We have a few Windows computers at home and they had no problem detecting the printer, installing the drivers and working. Unfortunately my Ubuntu computer recognises the printer and I can even access it's setup and diagnositcs through its IP number. However when I try to add it as a printer, drivers for it cannot be located. #ve tried setting it up three ways:1. Using Samsung's own setup package - finds printer and all the details it needs to work but offers no drivers2. Using Ubuntu's printer setup - recognises printer but stalls at Searching for Drivers dialog3. Trying to *** printer using CUPS - no problem finding and recognising printer, but when I come to search for the driver I get Internal Server Error.

I have of course been trying to do all of these as root. That's the limit of my knowledge reached and searches on the net aren't helping me either. The printer works fine directly connected via USB, so the drivers are on the computer somewhere. How do I get them set up to use the printer on the network?

View 3 Replies View Related

Ubuntu :: Can't Find Proprietary Drivers

Feb 20, 2010

I just installed Ubuntu today and when I go to Hardware Drivers it tells me that there are no proprietary drivers on this system and doesn't show any for me to activate. Oddly enough when I was running the live CD of Ubuntu I got a list of a few drivers to activate, namely the Broadcom STA Wireless Driver and the NVIDIA Accelerated Graphics Driver (version 185).

View 9 Replies View Related

Ubuntu :: Enabled The Proprietary ATI Drivers?

May 2, 2010

I just built a new HTPC and decided to give Ubuntu a whirl again. I downloaded and installed 10.04, and set about configuring it. Everything looked great, except my audio over HDMI didn't work. I enabled the proprietary ATI drivers, and bam! the audio works! Great. Only one problem: there's a two inch border around my TV (not there with the open source drivers), and Boxee flashes colors rather than playing videos (a known bug. It's fixed by not using the ATI proprietary drivers). So, I disabled the drivers, rebooted, and the Boxee video works, the border/gap is gone, but once again the audio doesn't work. I've been through all the sound settings, and I have everything set to the HDMI output, but still nothing. I've tried various fixes I've found through googling

View 4 Replies View Related

Ubuntu :: 10.04 - No Proprietary Drivers Are In Use On This System

Jun 12, 2010

I am using Ubuntu 10.04 and unable to connect to the internet. I went to System > Administration > Hardware Drivers and a window popped-up: "No proprietary drivers are in use on this system". So I selected the "NVIDIA accelerated graphics driver (version current) [RECOMMENDED]". But when I try to "Activate" I get this following error:
"failed to fetch [URL] temporary failure resolving 'us.archive.ubuntu.com"

View 1 Replies View Related

Ubuntu :: Video Lag Under 10.04 - Using Proprietary Ati Drivers

Oct 3, 2010

I'm experiencing video lag in games. I'm using 10.04 lts 32 bit and the latest version of proprietary drivers. For example I play hon and so and then it freezes for a small period of time which is frustrating.

I don't understand, my specs are:

Under this specs it should run perfectly. What's the matter? Ati drivers have poor support under linux? I tried updating to 10.10 and nothing. I tried contacting customer supporot amd but they can't help me. Nice isn't it?

View 6 Replies View Related

Ubuntu :: Updating With Proprietary Drivers (AMD)?

Jul 13, 2011

I recently bought a new PC and it has an AMD GPU. I've been using Catalyst because the open source radeon driver gave me poor performance in games (maybe by 12.04 I can use it ).I've had some updates show up recently. This brings me to wonder if I have anything at all to worry about. This is a production machine and I don't want to muck around with fixing issues brought on by my usual apt-get upgrade.Currently, I've been avoiding updating a few packages related to the Kernel and Xorg:

Code:

The following packages have been kept back:

linux-generic linux-headers-generic linux-image-generic

The following packages will be upgraded:

linux-libc-dev xserver-xorg-video-ati xserver-xorg-video-radeon

3 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.I had an NVIDIA issue back on Ubuntu 8.04 after updating once, due to a kernel update. I had to revert to an older kernel and mess around a bit to fix my installation. I don't have any experience with Catalyst. Basically, I want input as to whether or not it's dangerous to update this sort of stuff. I don't want to mess around fixing issues caused by a rogue update

Ubuntu 11.04 64 bit
AMD Radeon HD 6450
Latest proprietary driver available from Jockey.

View 1 Replies View Related

General :: ATI Free And Proprietary Drivers?

Mar 30, 2010

I installed Ububutu, tested my graphics card performance with glxgears, installed the proprietary fglrx drivers and get the same result. I was under the impression the proprietary drivers provided superior performance, is that not true?

View 1 Replies View Related

Fedora Hardware :: No Native Printer Drivers

Feb 3, 2011

I believe printers and printing are 2 most retarded things on this planet, completely useless and unnecessary.I haven't had one and never needed one, until now, as in my little retarded country bureaucratic and accounting reasons forced me to buy one, as I have my own company (and I really really hated to do it, but...) Whatever, I got Samsung SCX-4623F (and I will hate myself till end of my life to buy such retarded device), and now I can't seem to figure out how to get it started in Fedora 14. I dont need scanner, just printer. Naturally, there are no native drivers for linux, and I have cups installed and Printing tool in System->Administration doesnt do anything.

View 8 Replies View Related

Ubuntu Installation :: Drivers Not Detected For Brother MFC 8860DN Printer?

Jul 16, 2010

I have just installed Ubuntu 10.04 LTS on my AMD 64 bit desktop. I have a usb connection for my Brother MFC 8860DN printer. I used the synaptic package manager to install the printer drivers ubuntu already had in their repository for my printer model. When I connect my printer to the computer Ubuntu recognizes the model, but cannot detect the printer drivers I have already installed. The printer drivers were installed to /usr where a Brother folder was created. the Cupswrapper and lpd files are in the Brother folder. How can I get the system to detect its own files so I can get the printer to work?

View 9 Replies View Related

OpenSUSE Hardware :: Configuring New Proprietary Drivers?

Aug 26, 2010

I'm new -and inexperienced- Suse user, I have a new laptop with an ATI 5650 graphic card. I have been using the Radeon driver with very low performance for a while. this driver was installed following the "Xorg -configure" procedure as descibed in the forum. Today I installed the newly released driver from Ati. this is what I did:

1) in /etc/X11/xorg.conf I changed "radeon" with "fglrx"
2) I run the driver downloaded from the ATI website
3) I run the command "aticonfig --initial"

I'm no longer able to start the X server (the computer boots to full console) and I have no idea how to go forward. if I give the command "startx" I get a "segmentation error" and I go back to console can somebody point me in the right direction?

View 1 Replies View Related

Ubuntu :: Installing ATI Proprietary Drivers From The .run File?

Mar 1, 2011

I've been trying to install the proprietary ATI drivers from the .run file from their site as per this link [URL]

I can follow the steps perfectly until step 16, at which I am informed that the command aticonfig is not found.

I have a Mobility Radeon HD 5470 graphics card.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved