ibm server black screen console
I did not get an answer last time - so I thought I would try this
again - please help. I have an ibm x3650 7979 -- when the system boots up and goes into grub - and starts to initialize, I get a black screen console. No login prompt at all. If i enable gdm3 on bootup - i get the gui interface to come up at the end of the boot sequence on the console. Can someone help me ? I have installed a couple of non-free drivers and still I have the issue. my dmesg log looks like this : 5.812200] [drm] Encoders: [ 5.812201] [drm] CRT1: INTERNAL_DAC1 [ 5.812203] [drm] Connector 1: [ 5.812205] [drm] DVI-D [ 5.812206] [drm] HPD2 [ 5.812208] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64 [ 5.812210] [drm] Encoders: [ 5.812211] [drm] DFP2: INTERNAL_DVO1 [ 6.048505] [drm] fb mappable at 0xD0040000 [ 6.048507] [drm] vram apper at 0xD0000000 [ 6.048508] [drm] size 786432 [ 6.048510] [drm] fb depth is 8 [ 6.048511] [drm] pitch is 1024 [ 6.296024] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x08 0x30 write failed [ 6.392023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x09 0x00 write failed [ 6.488023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x0a 0x90 write failed [ 6.584023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x0c 0x89 write failed [ 6.680024] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x08 0x3b write failed [ 6.697915] Console: switching to colour frame buffer device 128x48 [ 6.716915] fb0: radeondrmfb frame buffer device [ 6.716917] registered panic notifier [ 6.716929] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:06.0 on minor 0 [ 6.953645] Adding 6081528k swap on /dev/sda5. Priority:-1 extents:1 across:6081528k [ 7.042746] EXT3 FS on sda1, internal journal [ 7.094902] loop: module loaded [ 8.096668] fuse init (API version 7.13) [ 8.742893] RPC: Registered udp transport module. [ 8.742897] RPC: Registered tcp transport module. [ 8.742899] RPC: Registered tcp NFSv4.1 backchannel transport modul Can someone tell me how i can find out what video card I have ? Where can I get an updated firmware or driver ? Is there a simple 80X25 console screen that I can get to -- i am just concerned that if i have to troubleshoot a server issue - i will not be able to do it - if i have a black screen./ thanks -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: CAK3ER7u0M7anG4PX0Szyys5-crD6Tk8tC-EdnFB917z+A2nheg@mail.gmail.com">http://lists.debian.org/CAK3ER7u0M7anG4PX0Szyys5-crD6Tk8tC-EdnFB917z+A2nheg@mail.gmail.com |
ibm server black screen console
On Wed, Apr 04, 2012 at 04:55:03PM -0400, Joey L wrote:
> I did not get an answer last time - so I thought I would try this > again - please help. > > I have an ibm x3650 7979 -- when the system boots up and goes into > grub - and starts to initialize, I get a black screen console. > No login prompt at all. > If i enable gdm3 on bootup - i get the gui interface to come up at the > end of the boot sequence on the console. > > Can someone help me ? I have installed a couple of non-free drivers > and still I have the issue. > > my dmesg log looks like this : > 5.812200] [drm] Encoders: > [ 5.812201] [drm] CRT1: INTERNAL_DAC1 > [ 5.812203] [drm] Connector 1: > [ 5.812205] [drm] DVI-D > [ 5.812206] [drm] HPD2 > [ 5.812208] [drm] DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64 > [ 5.812210] [drm] Encoders: > [ 5.812211] [drm] DFP2: INTERNAL_DVO1 > [ 6.048505] [drm] fb mappable at 0xD0040000 > [ 6.048507] [drm] vram apper at 0xD0000000 > [ 6.048508] [drm] size 786432 > [ 6.048510] [drm] fb depth is 8 > [ 6.048511] [drm] pitch is 1024 > [ 6.296024] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x08 0x30 write failed > [ 6.392023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x09 0x00 write failed > [ 6.488023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x0a 0x90 write failed > [ 6.584023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x0c 0x89 write failed > [ 6.680024] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x08 0x3b write failed > [ 6.697915] Console: switching to colour frame buffer device 128x48 > [ 6.716915] fb0: radeondrmfb frame buffer device > [ 6.716917] registered panic notifier > [ 6.716929] [drm] Initialized radeon 2.0.0 20080528 for > 0000:01:06.0 on minor 0 > [ 6.953645] Adding 6081528k swap on /dev/sda5. Priority:-1 > extents:1 across:6081528k > [ 7.042746] EXT3 FS on sda1, internal journal > [ 7.094902] loop: module loaded > [ 8.096668] fuse init (API version 7.13) > [ 8.742893] RPC: Registered udp transport module. > [ 8.742897] RPC: Registered tcp transport module. > [ 8.742899] RPC: Registered tcp NFSv4.1 backchannel transport modul > > > Can someone tell me how i can find out what video card I have ? Looking at the messages above, you have an ATI Radeon-based video card. 'lspci' should confirm that. > Where can I get an updated firmware or driver ? > Is there a simple 80X25 console screen that I can get to -- i am just > concerned that if i have to troubleshoot a server issue - i will not > be able to do it - if i have a black screen./ Try appending "video=radeon:off" to your kernel line to get VGA mode (not guaranteed to work, but worth a try). |
ibm server black screen console
> Looking at the messages above, you have an ATI Radeon-based video card.
> 'lspci' should confirm that. > Thanks for your quick response ...i got the following back - 01:06.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) But do not know where to go from here. People are working on the server right now - so can not reboot it. my current grub line is this: linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=8f86f3f1-b453-4801-ac5c-a5a86135256f ro quiet you would like me to change it to: linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=8f86f3f1-b453-4801-ac5c-a5a86135256f ro quiet video=radeon:off am I right ? But I have googled the issue - it is out there - there are some suggestions about doing stuff with Xorg.conf file - but do not understand at all. Can you or anyone give me some pointers -- if your earlier suggestions does not work ? thanks mjh -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: CAK3ER7uRmYeZ59SRrghGVcUmuRaGBzMhkKeCmOGr=OLTtUo+q A@mail.gmail.com">http://lists.debian.org/CAK3ER7uRmYeZ59SRrghGVcUmuRaGBzMhkKeCmOGr=OLTtUo+q A@mail.gmail.com |
ibm server black screen console
Also i have read that the next version of the kernel takes care of this issue -
I think it is kernel 2.6-32-20 or something like that --- Can you tell me - if i am on squeeze - what would be the proceedure to update to the new kernel ? Is there soemthing easy spelled out on the internet that can help me migrate to the new kernel to give it a try ? thanks mjh On Thu, Apr 5, 2012 at 8:04 AM, Joey L <mjh2000@gmail.com> wrote: >> Looking at the messages above, you have an ATI Radeon-based video card. >> 'lspci' should confirm that. >> > > Thanks for your quick response ...i got the following back - > > 01:06.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) > > But do not know where to go from here. > People are working on the server right now - so can not reboot it. > > my current grub line is this: > > * * * *linux * /boot/vmlinuz-2.6.32-5-amd64 > root=UUID=8f86f3f1-b453-4801-ac5c-a5a86135256f ro *quiet > > you would like me to change it to: > > * * * *linux * /boot/vmlinuz-2.6.32-5-amd64 > root=UUID=8f86f3f1-b453-4801-ac5c-a5a86135256f ro *quiet > video=radeon:off > > am I right ? > > > But I have googled the issue - it is out there - there are some > suggestions about doing stuff with Xorg.conf file - but do not > understand at all. > > Can you or anyone give me some pointers -- if your earlier suggestions > does not work ? > > > thanks > mjh -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: CAK3ER7uwTobCk20AX=mXmbn0+fYLJnkvOV7F52BOPJ=nEFzHN w@mail.gmail.com">http://lists.debian.org/CAK3ER7uwTobCk20AX=mXmbn0+fYLJnkvOV7F52BOPJ=nEFzHN w@mail.gmail.com |
ibm server black screen console
hi - just tried the setting "video=radeon:off" -- did not work
Do you have any other recommendations ? thanks mjh On Thu, Apr 5, 2012 at 4:44 AM, Darac Marjal <mailinglist@darac.org.uk> wrote: > On Wed, Apr 04, 2012 at 04:55:03PM -0400, Joey L wrote: >> I did not get an answer last time - so I thought I would try this >> again - please help. >> >> I have an ibm x3650 7979 -- when the system boots up and goes into >> grub - and starts to initialize, I get a black screen console. >> No login prompt at all. >> If i enable gdm3 on bootup - i get the gui interface to come up at the >> end of the boot sequence on the console. >> >> Can someone help me ? I have installed a couple of non-free drivers >> and still I have the issue. >> >> my dmesg log looks like this : >> 5.812200] [drm] * Encoders: >> [ * *5.812201] [drm] * * CRT1: INTERNAL_DAC1 >> [ * *5.812203] [drm] Connector 1: >> [ * *5.812205] [drm] * DVI-D >> [ * *5.812206] [drm] * HPD2 >> [ * *5.812208] [drm] * DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64 >> [ * *5.812210] [drm] * Encoders: >> [ * *5.812211] [drm] * * DFP2: INTERNAL_DVO1 >> [ * *6.048505] [drm] fb mappable at 0xD0040000 >> [ * *6.048507] [drm] vram apper at 0xD0000000 >> [ * *6.048508] [drm] size 786432 >> [ * *6.048510] [drm] fb depth is 8 >> [ * *6.048511] [drm] * *pitch is 1024 >> [ * *6.296024] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x08 0x30 write failed >> [ * *6.392023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x09 0x00 write failed >> [ * *6.488023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x0a 0x90 write failed >> [ * *6.584023] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x0c 0x89 write failed >> [ * *6.680024] [drm:radeon_i2c_sw_put_byte] *ERROR* i2c 0x08 0x3b write failed >> [ * *6.697915] Console: switching to colour frame buffer device 128x48 >> [ * *6.716915] fb0: radeondrmfb frame buffer device >> [ * *6.716917] registered panic notifier >> [ * *6.716929] [drm] Initialized radeon 2.0.0 20080528 for >> 0000:01:06.0 on minor 0 >> [ * *6.953645] Adding 6081528k swap on /dev/sda5. *Priority:-1 >> extents:1 across:6081528k >> [ * *7.042746] EXT3 FS on sda1, internal journal >> [ * *7.094902] loop: module loaded >> [ * *8.096668] fuse init (API version 7.13) >> [ * *8.742893] RPC: Registered udp transport module. >> [ * *8.742897] RPC: Registered tcp transport module. >> [ * *8.742899] RPC: Registered tcp NFSv4.1 backchannel transport modul >> >> >> Can someone tell me how i can find out what video card I have ? > > Looking at the messages above, you have an ATI Radeon-based video card. > 'lspci' should confirm that. > >> Where can I get an updated firmware or driver ? >> Is there a simple 80X25 console screen that I can get to -- i am just >> concerned that if i have to troubleshoot a server issue - i will not >> be able to do it - if i have a black screen./ > > Try appending "video=radeon:off" to your kernel line to get VGA mode > (not guaranteed to work, but worth a try). > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iQIcBAEBCgAGBQJPfVtTAAoJEKB7YbRsd8TGQBgP/3LvAYFPuGVGcwJH09LBUy6f > gPvIYE5L9ARpMQY2F16sLxvk8X5YF86kZpsf1q4CdSuwciI96t h+ALKzzKfeWIOd > tSEMmBMamHDrdg1IPL3Yettx5OLeybsj9GFjvu1/TaCM6g31hNjOZBSjC1qMZWhx > lOEF0yzPovL+qyRiBVLHSBD50g5jT/jLxh61UQghCfcnFOgcG4BmDZ5zLaAkkkP6 > Gt4U1zOaMDiWZks/+fADAvMu4C4XEiIxGgM+QsovL+S8MQKeseMvhmIUa4ZnMwuH > Y9WNBFQABLPx1WxHXqi1z1e0I6/M1bbvxRNkwY2fVznrw/zGGHDsirq789JQLnYa > uoFqbDIHfN1UNd46r8tepp2Gem6hf/d4MsqpHPCPg8lie3eDzJ9uczby+c18iv7i > ufRGqDV0fplmhBjwmWBt8n0an+krXdlhoYrnyBw2gAvnW1tzNU t4nCbeQ1L0ikv+ > YJmzixdQF7LxBXriNgxYGY/eFodz/Oyo9GjNUIUlVrLW6UVJOJcb5AvpPIM231+c > HD+N9HRzz09wjeDLxS6vII9CXH1yYB4raVzUMBhqqWhk4S66WV/No1JeuWDsHJkK > k5mTDDk1PRq52H1C6ESWMLOrL6J8AzIXGmXY0yRvep3Q47p39V gCkaZr/DKJ6rZq > bwOXNA7bAlTDAn8Wdn+t > =nzLe > -----END PGP SIGNATURE----- > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: CAK3ER7uO9SJ5DsCBML2r_z9z1swf9524M7EovrQKUyxERFwMF g@mail.gmail.com">http://lists.debian.org/CAK3ER7uO9SJ5DsCBML2r_z9z1swf9524M7EovrQKUyxERFwMF g@mail.gmail.com |
ibm server black screen console
On 06/04/12 16:59, Joey L wrote:
> hi - just tried the setting "video=radeon:off" -- did not work You haven't got it set to use a (virtual?) serial port for the console, instead of the video card? Perhaps after installing via the IMM? Richard -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4F7E799B.9050206@walnut.gen.nz">http://lists.debian.org/4F7E799B.9050206@walnut.gen.nz |
ibm server black screen console
You - know I think you might be on to something, because I do not get
any major errors. And when I start the gdm3 - it starts up perfect. I think there is the IBM RSA board --- do you think the output is going there ? I did not do anything strange to the setup - I just installed squeeze as is. I do not know what is IMM -- what is it ? I do not have any other video card in there - but i believe there is an RSA board in the ibm box - a lights out board. thanks mjh On Fri, Apr 6, 2012 at 1:05 AM, Richard Hector <richard@walnut.gen.nz> wrote: > On 06/04/12 16:59, Joey L wrote: >> hi - just tried the setting * "video=radeon:off" * -- did not work > > You haven't got it set to use a (virtual?) serial port for the console, > instead of the video card? Perhaps after installing via the IMM? > > Richard > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org > Archive: http://lists.debian.org/4F7E799B.9050206@walnut.gen.nz > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: CAK3ER7uqb0ysjtqD5zKJ3QnhhhiTr_4PPgg8sR_XZFkk-WObmA@mail.gmail.com">http://lists.debian.org/CAK3ER7uqb0ysjtqD5zKJ3QnhhhiTr_4PPgg8sR_XZFkk-WObmA@mail.gmail.com |
ibm server black screen console
On 06/04/12 23:25, Joey L wrote:
> You - know I think you might be on to something, because I do not get > any major errors. > And when I start the gdm3 - it starts up perfect. > I think there is the IBM RSA board --- do you think the output is going there ? > I did not do anything strange to the setup - I just installed squeeze as is. > I do not know what is IMM -- what is it ? > I do not have any other video card in there - but i believe there is > an RSA board in the ibm box - a lights out board. The IMM is the Integrated Management Module, probably the same thing as the RSA (Remote Supervisor Adapter?) - I might have got the wrong term for your server. I'd have a look in the grub config, to see what console parameters, if any, are passed to the kernel - probably the 'GRUB_CMDLINE_LINUX' variable in /etc/default/grub. Richard -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4F837E01.5010000@walnut.gen.nz">http://lists.debian.org/4F837E01.5010000@walnut.gen.nz |
ibm server black screen console
You are right about the RSA -
I was wondering if anyone in this mail group has gotten it to work with debian squeeze. IBM talks about installing a libusb and libusb-devel packages - but I only see them for redhat and SUSE - I do not see anything for debian. Can anyone tell their experiences with the RSA/IMM and debian ??? Richard - I will investgate that "GRUB_CMDLINE_LINUX' -- but do not recollect seeing it in the config - thanks mjh On Mon, Apr 9, 2012 at 8:25 PM, Richard Hector <richard@walnut.gen.nz> wrote: > On 06/04/12 23:25, Joey L wrote: >> You - know I think you might be on to something, because I do not get >> any major errors. >> And when I start the gdm3 - it starts up perfect. >> I think there is the IBM RSA board --- do you think the output is going there ? >> I did not do anything strange to the setup - I just installed squeeze as is. >> I do not know what is IMM -- what is it ? >> I do not have any other video card in there - but i believe there is >> an RSA board in the ibm box - a lights out board. > > The IMM is the Integrated Management Module, probably the same thing as > the RSA (Remote Supervisor Adapter?) - I might have got the wrong term > for your server. I'd have a look in the grub config, to see what console > parameters, if any, are passed to the kernel - probably the > 'GRUB_CMDLINE_LINUX' variable in /etc/default/grub. > > Richard > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org > Archive: http://lists.debian.org/4F837E01.5010000@walnut.gen.nz > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: CAK3ER7vQj+tDardQ2bG1mftCfs12uZrPZTMSEbp-osJGzuRT8A@mail.gmail.com">http://lists.debian.org/CAK3ER7vQj+tDardQ2bG1mftCfs12uZrPZTMSEbp-osJGzuRT8A@mail.gmail.com |
ibm server black screen console
On Thu, 5 Apr 2012 08:04:31 -0400, Joey wrote in message
<CAK3ER7uRmYeZ59SRrghGVcUmuRaGBzMhkKeCmOGr=OLTtUo+ qA@mail.gmail.com>: > > Looking at the messages above, you have an ATI Radeon-based video > > card. 'lspci' should confirm that. > > > > Thanks for your quick response ...i got the following back - > > 01:06.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev > 02) > > But do not know where to go from here. > People are working on the server right now - so can not reboot it. > > my current grub line is this: > > linux /boot/vmlinuz-2.6.32-5-amd64 > root=UUID=8f86f3f1-b453-4801-ac5c-a5a86135256f ro quiet ..drop the "quiet" and boot, if that doesn't tell you enough, try another boot with "verbose" instead of "quiet". > > you would like me to change it to: > > linux /boot/vmlinuz-2.6.32-5-amd64 > root=UUID=8f86f3f1-b453-4801-ac5c-a5a86135256f ro quiet > video=radeon:off > > am I right ? > > > But I have googled the issue - it is out there - there are some > suggestions about doing stuff with Xorg.conf file - but do not > understand at all. > > Can you or anyone give me some pointers -- if your earlier suggestions > does not work ? > > > thanks > mjh > > -- ..med vennlig hilsen = with Kind Regards from Arnt Karlsen ...with a number of polar bear hunters in his ancestry... Scenarios always come in sets of three: best case, worst case, and just in case. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 20120411141202.04ac3a36@nb6.lan">http://lists.debian.org/20120411141202.04ac3a36@nb6.lan |
| All times are GMT. The time now is 10:43 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.