Results 1 to 4 of 4
Hi Guys
Im trying to connect an analytical balance to my fedora linux machine and its seems its not compabitble. It looks as if i do not have the correct ...
- 08-24-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 39
Hardware Compatibility
Hi Guys
Im trying to connect an analytical balance to my fedora linux machine and its seems its not compabitble. It looks as if i do not have the correct balance card drivers. How do i install the drivers for the balance card on fedora? Thanks
- 08-24-2011 #2Just Joined!
- Join Date
- Aug 2011
- Posts
- 6
Your best bet is to go to the manufacturer's website and download the provided drivers for your OS (if it supports that OS). If it claims to support a Linux OS (or specific distro) it should have some installation documentation for the drivers, or at least a README, of how to properly install the driver. You will have to give more specifics (balance type, card type, manufacturer, what you've tried so far..., any errors, etc.) though if anyone is going to be able to help you.
Cheers.
- 08-25-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 39
Thanks
Now I have visted to manufacturers website and hopefully i have downloaded the right drivers, but unfortunately i have another problem that would not allow me to continue with the installation. When I boot the fedora machine, it gets into the interactive setup and continuosly gives messages such as SCSI device sda:write cache:enabled, red cache:enabled, doesnt support DPO or FUA. I dont understand how I should get into root and be able to create a folder and do the installation, how do i do that or how can i get into the interface mode. Thanks again for helping.
- 08-25-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Those SCSI/sda messages are normal (just the kernel detecting your hard drive), but it *should* boot all the way into a console (text) login, or a graphical login screen. If it does not, then report the last thing you see in your console here.
If you do get to console login, then log in as root and you can do something like this to make a directory to hold your software source:
Then copy the source there somehow (either from USB disk, or download it to there via wget, etc.).Code:mkdir -p /opt/software/
Then follow their instructions to install the software.
If you get to a graphical login, then log in as a regular user. Once at the desktop, launch a terminal window (how to do this varies by Linux distro/Desktop environment). Once at the terminal, change to the root user with the "su" command, e.g.:
Then enter root's password at the prompt. Now proceed with the above instructions to create the software directory, etc.Code:su -


Reply With Quote