Posts

Showing posts with the label driver

static MAJOR number allocation in character device driver in linux

static MAJOR number allocation in character device driver in linux # include < linux/module.h > # include < linux/fs.h > # include < linux/major.h > # include < linux/capability.h > # include < asm/uaccess.h > # include < linux/cdev.h > static ssize_t sample_char_read ( struct file * file , char __user * buf , size_t count , loff_t * ppos ) { printk ( " sample_char_read size( %ld ) " , count ) ; return 0 ; } static ssize_t sample_char_write ( struct file * filp , const char * buf , size_t size , loff_t * offp ) { printk ( " sample_char_write size( %ld ) " , size ) ; return size ; } int sample_char_open ( struct inode * inode , struct file * filp ) { printk ( " sample_char_open " ) ; return 0 ; } int sample_char_release ( struct inode * inode , struct file * filp ) { printk ( " sample_char_release " ) ; return 0 ; } static struct file_operations sample_char_fops = { ...

Solusi Mengetahui Hardware id Unknown Device Driver

Image
Solusi Mengetahui Hardware id Unknown Device Driver Munkin para juragan sudah tau cara mengetahui "unknow hardware ID" dengan menggunakan berberapa software seperiti Driver magic atau Driver Detective, tapi kali ini ane mau kasih cara manual tanpa pake soft dengan menggunakan pcidatabase&Devid.info oke langsung aja dah. seperti contoh berikut: VEN_8086&DEV_294C VEN_8086 : nama vendor DEV_294C : nama produk ID P ertama , Agan klik Start pada windows -> kemudian pilih Run atau tekan pada keybord (windows key+R) Kemudian ketik "devmgmt.msc" tanpa tanda kutip, lau tekan Enter Atau cara lain, klik My Computer -> pilih Properties -> pilih Hardware ->lalu klik Device Manager, akan muncul tampilan dibawah ini. Kedua , klik kanan hard ware ID yang tidak dikenal (unknown device) -> klik properties -> kemudian klik detail, kopy hard ware ID (Ctrl+C pada keybord) Kemudian buka aplikasi Notepad atau WordPad, paste file yang telah di kopy oleh agan. jika...

Solution WIFI Driver problem for HP 15 n011tu

Image
Solution WIFI Driver problem for HP 15 n011tu Hi Friends, I have purchased an HP Pavilion 15-n011tu laptop recently with the operating system Ubuntu 12.04. The laptop is completely fine when I purchase,but after I upgraded to Ubuntu 14.04 version, only WIFI has stoped working. Even we can switch on or off the WIFI. This is a very common problem for all those who purchase HP laptop with Ubuntu OS, since HP is not supporting drivers for any Linux destro. Solution 1: Solution for this problem is we can purchase Windows 7 or 8, since HP is providing driver support for Windows 8 (both 32 & 64 bit) and Windows 7(only 64 bit). Currently HP Windows drivers are available at the following URL address http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&lc=en&product=5440120 Solution 2: But purchasing Windows OS is costly. Now a days, It is trend to migrating Windows to Linux for developers. In that case, Without WIFI or Internet any laptop is almost waste. Please follow the fo...

SPC900NC DRIVER by Raye

Image
SPC900NC DRIVER by Raye Name: Spc900nc Driver File size: 11 MB Date added: August 12, 2013 Price: Free Operating system: Windows XP/Vista/7/8 Total downloads: 1102 Downloads last week: 84 Product ranking: ★★★☆☆ Where theres a will, theres a way. The police arrested the suspect. I play the violin. Im going to the store. I need to buy something. Im bleeding badly. Im serious about my job. Did anyone call me while I was out? Tom is something of a musician. Let me check. He asked me to pass him the salt. Spc900nc Driver: - I always have coffee and toast for breakfast. - She told him a joke, but he didnt think it was funny. - I think it tastes good. - It is likely to be fine. - I dont think itll rain this afternoon. - Arent those more expensive than the ones at the supermarket? - My sister became a college student. - May I do it right now? - His smile put her at ease. - SPC900NC DRIVER - Charge this to my company. I was wrong. Shes pretty. Do you really think t...

SteamOS 2 83 Beta released with NVidia driver update

Image
SteamOS 2 83 Beta released with NVidia driver update SteamOS 2.83 Beta recently released, is a fork (derivative) of Debian GNU/Linux. The current version (SteamOS 2.x series) is called brewmaster and it is based on the Debian jessie (stable 8.x) distribution. Key major changes made in SteamOS are: Added various third-party drivers and updated graphics stack Updated kernel tracking the 4.1 longterm branch Custom graphics compositor designed to provide a seamless transition between Steam, its games and the SteamOS system overlay Configured to auto-update from the Valve SteamOS repositories SteamOS 2.8x Beta update Major changes for this release include updating the AMD GPU PRO driver to RC2 and updating the NVIDIA driver to 367.27. libxslt - CVE-2015-7995 [cve.mitre.org] CVE-2016-1683 [cve.mitre.org] CVE-2016-1684 [cve.mitre.org] p7zip - CVE-2016-2335 [cve.mitre.org] vlc - latest upstream release amdgpu-pro-dkms - latest driver from AMD amdgpu-pro-installer - latest dri...