How to increase device driver process priority ?

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
Rishi
Lance Naik
Posts: 29
Joined: Mon Jun 20, 2005 10:29 pm

How to increase device driver process priority ?

Post by Rishi »

Hello,

Linuxgeek thanx for ur reply.. i chek gnugk website n i m sure it will be handy...

Now, how to increase a device driver process priority among other kernel processess ?? The device driver is a tainted module of the kernel... i-e when insmod with kernel the kernel displays msg that it is a tainted module and force loaded... Plz help soon...

Thanx in advance
Regards,
Rishi
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear Rishi,
Salam,

# man nice
# man setpriority
# man modprobe


Best Regards.
Farrukh Ahmed
Post Reply