Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] headless (no monitor) problem

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Sorcerer25
Posts: 20
Joined: 2009-05-29 02:27

[SOLVED] headless (no monitor) problem

#1 Post by Sorcerer25 »

hi, i have re installed debian 6.0.4
and now server don't want to start without monitor


system is an old P4 (AGP) with video card on board
when start without monitor i have no image even if i connect the monitor after
i guess this may be the problem - freeze when framebuffer activates
i cannot obtain any more informations be cause of no image on monitor, and nothing in logs :(


on the old version of debian it was working
any idea what to do ? :(
Last edited by Sorcerer25 on 2012-02-09 13:06, edited 1 time in total.

User avatar
jheaton5
Posts: 1488
Joined: 2008-08-20 01:40
Location: Newnan, GA, USA

Re: headless (no monitor) problem

#2 Post by jheaton5 »

Can you ssh into the computer from another machine?

Code: Select all

ssh -l [username] [local ip address]
debian sid

Sorcerer25
Posts: 20
Joined: 2009-05-29 02:27

Re: headless (no monitor) problem

#3 Post by Sorcerer25 »

OFC not :(
i did say "freeze" ... if it was answering then i didn't had any plroblem

machine don't complete the boot sequence (i can see that from hdd led activity)
and don't even answer to pings

PS this supposed to be a samba server for 4-5 local computers
I'm really not interested at all to work on console

[SOLVED] ... by myself
cd /lib/modules/`uname -r`/kernel/drivers/gpu/
rm -rf i915/
(that is my video card driver)
regenerate initrd
grub-install ... etc.

this is an workaround
even my monitor is now working if i plug it after booting without monitor
i will open another topic be cause i can't have this workaround permanently ... at first kernel update that driver will be there again and i will have to go and put a monitor to server

mersudin
Posts: 2
Joined: 2012-02-23 01:08

Re: [SOLVED] headless (no monitor) problem

#4 Post by mersudin »

i had same issue as u discribed and i solve it since i don't use GUI at all
i solved it by adding module i915 to blacklist
edit file /etc/modprobe.d/blacklist.conf and add "blacklist i915"
after kernel upgrade u should be safe
i hope i helped

Post Reply