Date: Thu, 04 Apr 2002 02:16:13 +0200 From: Marko Uskokovic <turncoat@softhome.net> To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD 4.4 freezes when startx Message-ID: <LK21E031ROJ09LK5Z328TOTN97WUWR.3cab9b4d@turncoat>
next in thread | raw e-mail | index | archive | help
I have FreeBSD 4.4 installed.
My internal hardware modem is attached on COM4 and uses IRQ 3, but
FreeBSD was reporting this when boot:
sio1: configured IRQ is not in bitmap with probed IRQ-s
(or something like this). The problem was that in
/usr/src/sys/i386/conf/GENETIC
was configured this:
--------------------------------------------------------------------------
# grep irq /usr/src/sys/i386/conf/GENETIC
--------------------------------------------------------------------------
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device ata0 at isa? port IO_WD1 irq 14
device ata1 at isa? port IO_WD2 irq 15
device atkbd0 at atkbdc? irq 1 flags 0x1
device psm0 at atkbdc? irq 12
device npx0 at nexus? port IO_NPX irq 13
device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000
device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? port IO_COM2 irq 3
device sio2 at isa? disable port IO_COM3 irq 5
device sio3 at isa? disable port IO_COM4 irq 9
device ppc0 at isa? irq 7
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
#device le0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 irq 10 drq 0
device sn0 at isa? port 0x300 irq 10
---------------------------------------------------------------------------------------
I reconfigured this to:
---------------------------------------------------------------------------------------
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio3 at isa? port IO_COM4 irq 3
---------------------------------------------------------------------------------------
I compiled my kernel and modem worked fine, but when I ran startx it wrote:
----------------------------------------------------------------------------------------
Using syscons driver with X support (version 2.0)
(using VT number 9)
XF86Config: /etc/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: disabled
(**) XKB: keymap: "xfree86(us_microsoft)" (overrides other XKB settings)
(**) Mouse: type: Microsoft, device: /dev/sysmouse, baudrate: 1200
(**) Mouse: resolution: 400, buttons: 3
(**) Mouse: 3 button emulation (timeout: 50ms)
(**) SVGA: Graphics device ID: "SiS 620"
(**) SVGA: Monitor ID: "Daewoo"
(--) SVGA: Mode "800x600" needs hsync freq of 55.84 kHz. Deleted.
(--) SVGA: Mode "1024x768" needs hsync freq of 56.48 kHz. Deleted.
(--) SVGA: Mode "800x600" needs hsync freq of 64.02 kHz. Deleted.
(--) SVGA: Mode "1024x768" needs hsync freq of 62.50 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 62.42 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 64.25 kHz. Deleted.
(--) SVGA: Mode "1024x768" needs hsync freq of 70.24 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 70.88 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 74.59 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 75.00 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 76.01 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted.
(--) SVGA: Mode "1024x768" needs hsync freq of 80.21 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 81.13 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 87.50 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 89.62 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 91.15 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 93.75 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 105.77 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 107.16 kHz. Deleted.
(--) SVGA: Mode "1800X1440" needs hsync freq of 96.15 kHz. Deleted.
(--) SVGA: Mode "1800X1440" needs hsync freq of 104.52 kHz. Deleted.
--------------------------------------------------------------------------------------------------
And here my computer freezes. I can't reboot it with Ctrl+Alt+Del, and I
certanly couldn't switch to other console. Even the mpg123 stoped playing
some music in bg. I restarted comp, and this happened again. When I rebooted
kernel.old X was working nice, but modem wasn't.
I also tried not to recompile my kernel, but to boot with
boot -c
and then I typed
visual
and I could configure devices like when one installs FreeBSD.
And still X was not working, and modem was...
Any hope for my modem and X to work together?
TurnCoat
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?LK21E031ROJ09LK5Z328TOTN97WUWR.3cab9b4d>
