ailijic / easy-slow-down-manager

Automatically exported from code.google.com/p/easy-slow-down-manager
0 stars 0 forks source link

samsung N230 not recognised by samsung-laptop.ko #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- .ident = "N150/N210/N220",
+ .ident = "N150/N210/N220/N230",

Fixes this.

Original issue reported on code.google.com by Thomas.L...@gmail.com on 1 Nov 2010 at 8:51

GoogleCodeExporter commented 9 years ago
need DMI and PCI information:
$ dmidecode -s system-product-name
$ dmidecode -s baseboard-product-name
$ lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
$ lspci -n | grep 00:02.0
00:02.0 0300: 8086:2a42 (rev 07)

Original comment by SergeyK...@gmail.com on 12 Nov 2010 at 7:02

GoogleCodeExporter commented 9 years ago
root@maytag:~# dmidecode -s system-product-name
N230                       
root@maytag:~# dmidecode -s baseboard-product-name
N230                       
root@maytag:~# lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated 
Graphics Controller
root@maytag:~# lspci -n | grep 00:02.0
00:02.0 0300: 8086:a011

Original comment by Thomas.L...@gmail.com on 13 Nov 2010 at 7:56

GoogleCodeExporter commented 9 years ago
changes have been committed; please, test and report problems, if any. thanks

Original comment by SergeyK...@gmail.com on 14 Nov 2010 at 10:33

GoogleCodeExporter commented 9 years ago
It works, I'd be happy to help working out any problems.
Thank you!

Original comment by Thomas.L...@gmail.com on 14 Nov 2010 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by SergeyK...@gmail.com on 14 Nov 2010 at 6:02