How To Find The Driver And Use This Service?

Hi All,

I want to use some driver service in my program. How can I do it?


Similar Content



Making A .run File Run For A Printer Driver Run?

I am running puppy precise 5.7.1 and I am trying to run a printer driver but to run the driver I am told to run this command in the console: ( Desktop$ sh hplip-3.15.2.run ) but I get no such command exist message. Any help please.
Also I have looked but can't find out what the sh command does. So thanks in advance for any info/help.

Dell C840 Now Recognizes Intel Pro Wireless 2200BG:Driver Install Question

O/s: Xandros 3.0.3 Business
Laptop: Dellc840
Given: Wireless card recognized by laptop and executable driver file sitting waiting for installation.

Question:When I click on the .exe file (driver file) it opens and installs somewhere that I can't find, even with the Tools - Find Files/Folders option using the *.inf file format as a search handle.
How do I control where this file opens to? If I could control where it opens to, I could then find it to install it for use.

Installing Nvidia Proprietary Driver 343 On Ubuntu (Unity)/Linux Mint (Cinnamon) X64

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.

"cinnamon Just Crashed You Are Currently Running In Fallback Mode."

When I installed mint today from cd, I had to use the save-mode because of the nvidia card. So I was aware I had to change driver after install.

Right after install I checked these '10 thing to first do after install'.
http://itsfoss.com/things-to-do-afte...mint-16-petra/
I did these
Improve battery life
Change screensaver timing
Install RAR

Then I checked the driver manager to deal with the graphic driver. I tried all 3 in the driver manager, but with each mint crashes with this message right after login.

Quote:
cinnamon just crashed you are currently running in Fallback Mode
It asks if I want to restart, click 'yes' and it just refreshes the screen with the same message. click 'no' the message goes away but cinnamon does not work.

So I don't know if its crashing because of the driver or because of those things I changed after the install.

I googled some and this issue is all over linux forums, but I can't find a solution anywhere.

Double TtyACM Node Device From Sony Ericsson C510

Hi.


I'm using smstools3 and Sony Ericsson Phones to send SMS. My system did work well with 4 phones, now I want to connect 20.
The issue is that each phone generates two ttyACMXX devices using cdc_acm driver, and for limitations the driver supports up to 32 ACM devices

Code:
Aug 31 09:51:19 smsgw kernel: cdc_acm 2-2:1.1: ttyACM31: USB ACM device
Aug 31 09:51:19 smsgw kernel: cdc_acm 2-2:1.3: ttyACM32: USB ACM device
Aug 31 09:51:19 smsgw kernel: usbco  registered new driver cdc_acm
Aug 31 09:51:19 smsgw kernel: drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters
Aug 31 09:51:19 smsgw kernel: usbco  registered new driver cdc_ether
Aug 31 09:51:19 smsgw kernel: usb 2-2: unsupported MDLM descriptors
Aug 31 09:52:01 smsgw kernel: cdc_acm 3-1:1.0: no more free acm devices

From the ttyACM devices created by the driver I only use the first one..

So I was wondering if it is possible to remove a ttyACM from /sys/class/tty/ttyACM1

I tried unlink /dev/ttyACM1, but it persist as a device on /sys/class/tty/

The devices are removed if I disconnect the phone, So I think would be possible also that the driver only create one ttyACM device..

Please guide me...

Thanks in advance.

Module Verification Failed: Signature And/or Required Key Missing - Tainting Kernel

Hello! Who can help me? I remenber this problem have never occured when I was using CentOS 6.4. This time I am using Fedora 19 and problem occured as follow.
[ultrabird@PanFu Downloads]$ ls
dnw-linux-v1.01.tar.gz xdnw-0.5.1.tar.gz
[ultrabird@PanFu Downloads]$ mkdir dnw-linux && tar -zxf dnw-linux-v1.01.tar.gz -C dnw-linux
[ultrabird@PanFu Downloads]$ cd dnw-linux/
[ultrabird@PanFu dnw-linux]$ ls
dnw.rules logo.png Makefile README src
[ultrabird@PanFu dnw-linux]$ cd src/driver/
[ultrabird@PanFu driver]$ ls
Makefile secbulk.c
[ultrabird@PanFu driver]$ make -C /lib/modules/`uname -r`/build M=`pwd` modules
make: Entering directory `/usr/src/kernels/3.10.10-200.fc19.i686'
CC [M] /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.o
/home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.c: In function ‘secbulk_write’:
/home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.c:60:96: warning: comparison of distinct pointer types lacks a cast [enabled by default]
to_write = min(len, BULKOUT_BUFFER_SIZE);
^
Building modules, stage 2.
MODPOST 1 modules
CC /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.mod.o
LD [M] /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.ko
make: Leaving directory `/usr/src/kernels/3.10.10-200.fc19.i686'
[ultrabird@PanFu driver]$ ls
Makefile Module.symvers secbulk.ko secbulk.mod.o
modules.order secbulk.c secbulk.mod.c secbulk.o
[ultrabird@PanFu driver]$ sudo insmod ./secbulk.ko
[sudo] password for ultrabird:
[ultrabird@PanFu driver]$ dmesg | grep secbulk
[ 438.172811] secbulk: module verification failed: signature and/or required key missing - tainting kernel
[ 438.174533] secbulk:secbulk loaded
[ 438.174660] usbco registered new interface driver secbulk
[ultrabird@PanFu driver]$ uname -a
Linux PanFu 3.10.10-200.fc19.i686 #1 SMP Thu Aug 29 19:25:53 UTC 2013 i686 i686 i386 GNU/Linux

dnw is a download tool for ARM. Maybe secbulk is it's driver. I don't know much about it. Any help would be appreciated. Thanks!

Systemd Starting Services

hi all

I am learning systemd and how to add new services as part of the LFS201 course and I have a question about the services:
Code:
Lab 4.2: Adding a New Startup Service with systemd
For example a very minimal file named
/etc/systemd/system/fake2.service:
[Unit]
Description=fake2
After=network.target
[Service]
ExecStart=/bin/echo I am starting the fake2 service
ExecStop=/bin/echo I am stopping the fake2 service
[Install]
WantedBy=multi-user.target

Code:
root@ubuntu:/etc/systemd/system# systemctl start fake.service
root@ubuntu:/etc/systemd/system# systemctl status fake.service
 fake.service - fake
   Loaded: loaded (/etc/systemd/system/fake.service; disabled; vendor preset: enabled)
   Active: inactive (dead)

May 16 11:41:05 ubuntu systemd[1]: Started fake.
May 16 11:41:05 ubuntu systemd[1]: Starting fake...
May 16 11:41:05 ubuntu echo[1798]: I am starting the fake2 service
May 16 11:41:05 ubuntu echo[1800]: I am stopping the fake2 service
root@ubuntu:/etc/systemd/system# ps aux | grep fake*
root      1809  0.0  0.0  13688  2272 pts/8    S+   11:41   0:00 grep --color=auto fake.service
root@ubuntu:/etc/systemd/system#

as you can see the fake2 service is really only two lines. And when I grep for the service via ps I can't fine it. I guess it is because it has finished running. I am wondering how can I change it so that I can keep it running?

thanks

Can't Install Logitech G35 Headset

Hey there,

I recently switched from windows to linux, but am still having some problems adapting. What bothers me the most is that I cant use my headset properly. When I plug it in without having installed the driver software necessary to run the surround sound, it only sends part of my sound to my headset, the rest gets played by my laptop's speakers. I have tried installing the driver software while working with wine windows program loader, but each time I get the 'sorry, this software is not compatible with your OS'. Does anyone have an idea how I could solve this so I can use my headset properly again? I am running the xUbuntu version.

Thanks in advance!

C Needa

How To Install Wifi Driver On Kali Linux (I Have The Driver Installation Files)

Hi ,

I'm new to Linux , I installed Kali linux on my pc and the wifi card isn't working ..

It is a usb wifi card , It has a cd for its driver. There is a folder in the cd called " Linux Driver " and here's what is inside it

First folder :

http://imgur.com/WTNgnEm

Second folder :

http://imgur.com/PyH07Cs

And here it is when I write lsusb :

http://i.imgur.com/NiPbbxSh.jpg

I'd like to know the steps to install it , Thanks in advance ..

Should I Use A Framebuffer? (fbdev)

Hello, I was trying to understand what frambuffer is. I'll list a couple of questions I have right off the bat. I'm sure more will generate after reading some responses.

Is this something that I should use?(i'd like to learn about it so this is most likely a yes...)

Will this only work on kernels 2.0.x or below?

Is this essentially a light weight graphics driver that should only be used if your video card doesn't have a supported graphics driver?