[Bug 66604] combination of i810 based graphics card and wxga resolution does not work (possible solution included)
Public bug reported: i have a notebook with a intel based graphics hardware. it was recognized by the edgy eft installer correctly and the i810 X.org driver was used. The laptops lcd has a resolution of 1280x800, and despite ubuntu correctly detecting this and putting it as resolution in xorg.conf 1024x768 is used, which gives a quite blurry look. i checked the Xorg.0.log file and there was a line saying: '(II) I810(0): Not using mode "1280x800" (no mode of this name)'. i read on some sites that i810 based gfx cards sometimes have problems with certain resolutions not being present in bios, and in some cases a tool called "915resolution" could help here. i did apt-get install 915resolution (i think it's in multiverse) and after installing there were a lot of post-install messages about resolution bugs corrected (i don't remember what they said exactly). however after that (mere installation), and without using the tool itsself the issue was fixed. an X restart gave me the 1280x800 resolution. the change the post-installation procedure did was obviously permanent, after reboots the resolution is still the correct one. while it puzzles me that a mere installation of a packages triggers such tough stuff as changing some bios/gfx-hardware variables i am glad it worked, and i suggest maybe that the 915resolution package should be installed by default on wxga/i810 combinations. ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- combination of i810 based graphics card and wxga resolution does not work (possible solution included) https://launchpad.net/bugs/66604 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 498607] Re: [lucid] unable to shutdown
i have this problem on an 'hp compaq 6715s' laptop. the update to 2.6.32-21-generic did not help. -- [lucid] unable to shutdown https://bugs.launchpad.net/bugs/498607 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 498607] Re: [lucid] unable to shutdown
@nano: i can't. the hardware drivers thingie does not offer any drivers for my card. i installed the fglrx drivers manually, but they do not seem to fit to my hardware (ATI Technologies Inc RS690M). -- [lucid] unable to shutdown https://bugs.launchpad.net/bugs/498607 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112248] Re: fields to set MTU and MSS missing
obviously the patch has not been shipped with lucid, the problem is still there. thus i had to assemble a new patch for lucid. sudo apt-get install build-essential sudo apt-get build-dep network-manager-openvpn apt-get source network-manager-openvpn dpkg -x source network-manager-openvpn_0.8-*.dsc patch -p0 < fragmentation_options_lucid.patch cd network-manager-openvpn-0.8 fakeroot debian/rules binary ** Patch added: "fragmentation_options_lucid.patch" http://launchpadlibrarian.net/48491974/fragmentation_options_lucid.patch -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112248] Re: fields to set MTU and MSS missing
@Martin-Éric yup, they said it won't be included in v0.8, because lucid was in in string-freeze yet or something. i checked out the current git sources a few days ago and could not find it, tho. -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112248] Re: fields to set MTU and MSS missing
quote: "Looks pretty good; but I can't commit until we push out 0.8 or the Ubuntu guys will kill me for adding new translatable strings..." -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112248] Re: fields to set MTU and MSS missing
Hello, i had the same problem, as our openvpn-server needs the following configuration parameters to be set in the client: tun-mtu 1500 fragment 1300 mssfix thus, i added an additional 'Fragmentation'-tab to the advanced configuration dialog for connection, where those options can be set. Importing the options from config files is also supported. The patch is based on the karmic package. In the attached README file there is short description on how to build a new patched deb package. ** Patch added: "fragmentation_options.patch" http://launchpadlibrarian.net/38753197/fragmentation_options.patch -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112248] Re: fields to set MTU and MSS missing
Hello, i had the same problem, as our openvpn-server needs the following configuration parameters to be set in the client: tun-mtu 1500 fragment 1300 mssfix thus, i added an additional 'Fragmentation'-tab to the advanced configuration dialog for connection, where those options can be set. Importing the options from config files is also supported. The patch is based on the karmic package. In the attached README file there is short description on how to build a new patched deb package. ** Patch added: "fragmentation_options.patch" http://launchpadlibrarian.net/38753219/fragmentation_options.patch -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112248] Re: fields to set MTU and MSS missing
excuse the double post, launchpad seems to be under heavy load right now, anyway here is the README (i thought i could attach 2 files). Steps to build patched network-manager-openvpn deb package for karmic. create new directory and put fragmenation_options.patch in there. apt-get install build-essential apt-get build-dep network-manager-openvpn apt-get source network-manager-openvpn dpkg-source -x network-manager-openvpn_0.8~a~git.20091008t123607.7c184a9-0ubuntu1.dsc patch -p0 < fragmentation_options.patch cd network-manager-openvpn-0.8~a~git.20091008t123607.7c184a9-0ubuntu1 fakeroot debian/rules binary mkulke 2010/02/04 -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 112248] Re: fields to set MTU and MSS missing
Hello Mathieu, the options i added are merely arguments for the openvpn client (--mssfix). there is currently no way to query an openvpn-server for those options (it's on the openvpn wishlist, tho). while it seems plausible, that the mtu value could be calculated and applied to a running openvpn session, like described in that gnome bugreport, i don't think this can be done for the --fragment and the --mssfix option. I agree that crowding the dialog with options is not a good idea in general (altho it is in the advanced dialog, where options reside of which most ppl probably have no idea what they are about), maybe one could get rid of the tun-mtu option (as this functionality seems to be in network-manager yet) or add a generic lineedit to the dialog, in which users can put custom arguments ("--mssfix --tun-mtu 1500 --fragment 1300") which are then appended to the client call. the gnome bugreport is about the vpnc-plugin, i don't think it makes sense posting the patch there, but i posted it to the nm mailinglist. Am Feb 4, 2010 um 4:34 PM schrieb Mathieu Trudel: > Magnus, > > Thanks for the patch! Unfortunately, this issue is still being discussed > upstream (see https://bugzilla.gnome.org/show_bug.cgi?id=603575). I'd go > on that aspect with the reporter for that bug and say that the best in > all cases is to calculate an MTU (and MSS) from the route to the > gateway, unless there is a value specified by the server. A pretty > generic solution would be best as well, since this doesn't only affect > the openvpn plugin. > > Unless you have a reason to believe it really should be available > anyway? I just think it's something that would be best to have as > automated as possible and not subject users to wondering "what is this > fragmentation thing? what do I set there?" > > In any case, please do post your patch (cleaned up to exclude the > changelog parts) on the above bug if possible, just in case :) > > ** Bug watch added: GNOME Bug Tracker #603575 > https://bugzilla.gnome.org/show_bug.cgi?id=603575 > > -- > fields to set MTU and MSS missing > https://bugs.launchpad.net/bugs/112248 > You received this bug notification because you are a direct subscriber > of the bug. -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112248] Re: fields to set MTU and MSS missing
i mixed up the version string, so that deb packages built with the patch will be overwritten with the stock deb package. here's a fixed patch: sudo apt-get install build-essential sudo apt-get build-dep network-manager-openvpn apt-get source network-manager-openvpn dpkg-source -x network-manager-openvpn_0.8~a~git.20091008t123607.7c184a9-0ubuntu1.dsc patch -p0 < fragmentation_options.patch cd network-manager-openvpn-0.8~a~git.20091008t123607.7c184a9 fakeroot debian/rules binary ** Patch added: "fragmentation_options.patch" http://launchpadlibrarian.net/38765070/fragmentation_options.patch -- fields to set MTU and MSS missing https://bugs.launchpad.net/bugs/112248 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 634702] Re: Kernel 2.6.35-19 fails to boot Lenovo S10-3
@psychok7: "sudo gedit /etc/default/grub", change the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=0" then save and run "sudo update-grub" -- Kernel 2.6.35-19 fails to boot Lenovo S10-3 https://bugs.launchpad.net/bugs/634702 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 643045] Re: intel netbook with kernel 2.6.35.4 and newer does not boot
hi, linux-image-2.6.35-0206353g05a9394-generic does not boot either. -- intel netbook with kernel 2.6.35.4 and newer does not boot https://bugs.launchpad.net/bugs/643045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 643045] Re: intel netbook with kernel 2.6.35.4 and newer does not boot
appending "intel_idle.max_cstate=0" as kernel parameter to 2.6.35-22-generic *does* make the machine boot. -- intel netbook with kernel 2.6.35.4 and newer does not boot https://bugs.launchpad.net/bugs/643045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 643045] Re: intel netbook with kernel 2.6.35.4 and newer does not boot
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/630432 is about the same issue i guess. -- intel netbook with kernel 2.6.35.4 and newer does not boot https://bugs.launchpad.net/bugs/643045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 462166] Re: Two-finger scrolling doesn't work on synaptics touchpad
on my lenovo ideapad s10-3 running ubuntu 10.10 two finger scrolling did not work, the option in gnome-mouse-properties is disabled (greyed out). i installed the package "gpointing-device-settings", which allowed me to activate two-finger scrolling. however after waking up from suspend (don't know about reboot right now) it forgot the settings and used the value defined in gnome-mouse-properties (probably because x is reinitialized and it rereads the gnome-mouse-properties). however using gconf-editor or gconftool-2 --set /desktop/gnome/peripherals/touchpad/scroll_method 2 --type int i could actually set the value to two finger scrolling (scroll_method=2) and it keeps the setting after suspend. thus it seems to me that this is a gui bug, where the gnome-mouse-properties gui does not detect the capabilities of the touchpad correctly. -- Two-finger scrolling doesn't work on synaptics touchpad https://bugs.launchpad.net/bugs/462166 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 634702] Re: Kernel 2.6.35-19 fails to boot Lenovo S10-3
i tried the patched kernel (-99) on my lenovo s10-3 and it does boot without the intel_idle flag. -- Kernel 2.6.35-19 fails to boot Lenovo S10-3 https://bugs.launchpad.net/bugs/634702 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 601376] Re: can't boot with 2.6.35-6.9 (and newer) in maverick
i think this affects me aswell. i am using an lenovo s10-3 netbook (which has pretty much a stock netbook configuration), which i updated from lucid to maverick (i386). The only 2.6.35 kernel which is working, is 2.6.35-020635rc1-generic for lucid from the mainline ppa. when i boot e.g. 2.6.35-22-generic i get stuck with a black screen and a blinking prompt. i did download the daily maverick livecd and there was the same behaviour when trying to boot from it. when i boot without "quiet splash" from the livecd i can see it stalls after the message "[drm] initialized drm 1.1.0 20060810". nomodeset does not seem to help either. i tried the lates 2.6.36rc kernels from the mainline ppa for maverick, but it was the same with those kernels. specs from my netbook: lscpi: 00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge 00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller 00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02) 00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02) 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) 09:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 0489:e00d Foxconn / Hon Hai Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 006: ID 090c:c37b Feiya Technology Corp. Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader Bus 001 Device 002: ID 13fd:2040 Initio Corporation Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz stepping: 10 cpu MHz : 1000.000 cache size : 512 KB physical id : 0 siblings: 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm bogomips: 3324.37 clflush size: 64 cache_alignment : 64 address sizes : 32 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 28 model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz stepping: 10 cpu MHz : 1000.000 cache size : 512 KB physical id : 0 siblings: 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm bogomips: 19155.03 clflush size: 64 cache_alignment : 64 address sizes : 32 bits physical, 48 bits virtual power management: -- can't boot with 2.6.35-6.9 (and newer) in maverick https://bugs.launchpad.net/bugs/601376 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-
[Bug 601376] Re: can't boot with 2.6.35-6.9 (and newer) in maverick
i tried a few more kernels from mainline ppa and found out that up to 2.6.35.3-maverick (2.6.35-02063503-generic) the system boots up. 2.6.35.4-maverick (2.6.35-02063504-generic) and more recent kernels won't boot. in the changelog were some drm/intel specific commits, maybe those have sth to do with the problem. -- can't boot with 2.6.35-6.9 (and newer) in maverick https://bugs.launchpad.net/bugs/601376 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 643045] [NEW] intel netbook with kernel 2.6.35.4 and newer does not boot
Public bug reported: i am using an lenovo s10-3 netbook (which has pretty much a stock netbook configuration), which i updated from lucid to maverick (i386). The last 2.6.35 kernel which is working, is 2.6.35.3-maverick (2.6.35-02063503-generic) from the mainline ppa. when i boot 2.6.35-22-generic (latest maverick kernel as of this writing) or 2.6.35.4 from mainline ppa i get stuck with a black screen and a blinking prompt. i did download the daily maverick livecd and there was the same behaviour when trying to boot from it. when i boot without "quiet splash" from the livecd i can see it stalls after the message "[drm] initialized drm 1.1.0 20060810". nomodeset does not seem to help either. i tried the lates 2.6.36rc kernels from the mainline ppa for maverick, but it was the same with those kernels. specs from my netbook: lscpi: 00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge 00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller 00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02) 00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02) 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) 09:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 0489:e00d Foxconn / Hon Hai Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 006: ID 090c:c37b Feiya Technology Corp. Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader Bus 001 Device 002: ID 13fd:2040 Initio Corporation Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model: 28 model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz stepping: 10 cpu MHz : 1000.000 cache size : 512 KB physical id : 0 siblings: 2 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm bogomips: 3324.37 clflush size: 64 cache_alignment : 64 address sizes : 32 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model: 28 model name : Intel(R) Atom(TM) CPU N450 @ 1.66GHz stepping: 10 cpu MHz : 1000.000 cache size : 512 KB physical id : 0 siblings: 2 core id : 0 cpu cores : 1 apicid : 1 initial apicid : 1 fdiv_bug: no hlt_bug : no f00f_bug: no coma_bug: no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm bogomips: 19155.03 clflush size: 64 cache_alignment : 64 address sizes : 32 bits physical, 48 bits virtual power management: ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- intel netbook with kernel 2.6.35.4 and newer does not boot https://bugs.launchpad.net/bugs/643045 You received this bug notification because you are a member of Ubuntu Bugs, which is s
[Bug 643045] Re: intel netbook with kernel 2.6.35.4 and newer does not boot
@robbie: i don't know if that worked, there were some errors about not running an ubuntu kernel (which i cannot obviously). ** Tags added: apport-collected ** Description changed: i am using an lenovo s10-3 netbook (which has pretty much a stock netbook configuration), which i updated from lucid to maverick (i386). The last 2.6.35 kernel which is working, is 2.6.35.3-maverick (2.6.35-02063503-generic) from the mainline ppa. when i boot 2.6.35-22-generic (latest maverick kernel as of this writing) or 2.6.35.4 from mainline ppa i get stuck with a black screen and a blinking prompt. i did download the daily maverick livecd and there was the same behaviour when trying to boot from it. when i boot without "quiet splash" from the livecd i can see it stalls after the message "[drm] initialized drm 1.1.0 20060810". nomodeset does not seem to help either. i tried the lates 2.6.36rc kernels from the mainline ppa for maverick, but it was the same with those kernels. specs from my netbook: lscpi: 00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge 00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller 00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02) 00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02) 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) 09:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 0489:e00d Foxconn / Hon Hai Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 006: ID 090c:c37b Feiya Technology Corp. Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader Bus 001 Device 002: ID 13fd:2040 Initio Corporation Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family: 6 model : 28 model name: Intel(R) Atom(TM) CPU N450 @ 1.66GHz stepping : 10 cpu MHz: 1000.000 cache size: 512 KB physical id : 0 siblings : 2 core id: 0 cpu cores : 1 apicid : 0 initial apicid: 0 fdiv_bug : no hlt_bug: no f00f_bug : no coma_bug : no fpu: yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm bogomips : 3324.37 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family: 6 model : 28 model name: Intel(R) Atom(TM) CPU N450 @ 1.66GHz stepping : 10 cpu MHz: 1000.000 cache size: 512 KB physical id : 0 siblings : 2 core id: 0 cpu cores : 1 apicid : 1 initial apicid: 1 fdiv_bug : no hlt_bug: no f00f_bug : no coma_bug : no fpu: yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm bogomips : 19155.03 clflush size : 64 c
[Bug 643045] Re: intel netbook with kernel 2.6.35.4 and newer does not boot
hi leann, linux-image-2.6.35-0206353gef0b955-generic does not boot. -- intel netbook with kernel 2.6.35.4 and newer does not boot https://bugs.launchpad.net/bugs/643045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs