السﻻم عليكم
اخواني انا لي اسبوع شغال على نظام لينكس وﻻ كن الماوس حق ﻻ ب توب ما يشتغل
وبحثت في نت حلول مالقيت الا هذا الحل من موقع اجنبي عنده جهاز سوني فايو نفس موديل جهازي ومنصب وندوز 7 مع لينكس
وماتشتغل الفاره عنده نفس نظامي
وهذا هو الحل
بس كيف اسوي تعديل على الملف grub.conf لكي استبدل
الى
التوزيعه : Ubuntu 10.10
اخواني انا لي اسبوع شغال على نظام لينكس وﻻ كن الماوس حق ﻻ ب توب ما يشتغل
وبحثت في نت حلول مالقيت الا هذا الحل من موقع اجنبي عنده جهاز سوني فايو نفس موديل جهازي ومنصب وندوز 7 مع لينكس
وماتشتغل الفاره عنده نفس نظامي
وهذا هو الحل
See /var/log/Xorg.0.log:
"PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp"
This turns out to be the correct advise for Sony VAIO laptops.
Here's the fix:
1. Edit /etc/default/grub to include GRUB_CMDLINE_LINUX="i8042.nopnp"
2. Run: sudo update-grub
3. Reboot.
(So then, booting into Windows is unnecessary.)
Tested on Sony Y-Series (VPCY2; Core i5; mid-2010 edition) running Ubuntu 10.04/amd64.
"PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp"
This turns out to be the correct advise for Sony VAIO laptops.
Here's the fix:
1. Edit /etc/default/grub to include GRUB_CMDLINE_LINUX="i8042.nopnp"
2. Run: sudo update-grub
3. Reboot.
(So then, booting into Windows is unnecessary.)
Tested on Sony Y-Series (VPCY2; Core i5; mid-2010 edition) running Ubuntu 10.04/amd64.
كود PHP:
GRUB_CMDLINE_LINUX=""
كود PHP:
GRUB_CMDLINE_LINUX="i8042.nopnp"
تعليق