Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 16:52:45 +0300 (MSK)
From:      Alexey Tchouprinine <atchou@securities.com.ru>
To:        freebsd-questions@freebsd.org
Subject:   Can I use my USB mice in text mode?
Message-ID:  <Pine.LNX.4.44.0211111638550.5047-100000@birzha.securities.com.ru>

next in thread | raw e-mail | index | archive | help
Hello

I'm trying to configure 4.7-release.
I have IntelliMouse Explorer 1.0A. I've read FAQ 4.15.
I've tried to execute
moused -p /dev/ums0 -t auto
Result:
moused: unable to open /dev/ums0: Device not configured

I use as GENERIC so my own kernel. My kernel config file:
----------------------
machine		i386
cpu		I686_CPU
ident		WALKER
maxusers	64
options 	MAXDSIZ="(256*1024*1024)"
options 	MAXSSIZ="(256*1024*1024)"
options 	DFLDSIZ="(256*1024*1024)"
options		PQ_CACHESIZE=1024	# color for 512k/16k cache
options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
options 	CPU_ENABLE_SSE
options 	CPU_SUSP_HLT
options 	PERFMON
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	NFS			#Network Filesystem
options 	NFS_ROOT		#NFS usable as root device, NFS required
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
options 	PROCFS			#Process filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	NSWAPDEV=2
options 	QUOTA			#enable disk quotas
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
options 	UCONSOLE		#Allow users to grab the console
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options		AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
options		AHD_REG_PRETTY_PRINT	# Print register bitfields in debug 
					# output.  Adds ~215k to driver.
options 	COMPAT_LINUX
device		isa
device		pci
options 	PCI_ENABLE_IO_MODES
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0
device		fd1	at fdc0 drive 1
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
options 	ATA_STATIC_ID		#Static device numbering
device		ahc		# AHA2940 and onboard AIC7xxx devices
device		scbus		# SCSI bus (required)
device		da		# Direct Access (disks)
device		pass		# Passthrough device (direct SCSI access)
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		vga0	at isa?
options 	VESA
device		agp
pseudo-device	splash
device		sc0	at isa? flags 0x100
options 	MAXCONS=12		# number of virtual consoles
options 	SC_DISABLE_REBOOT	# disable reboot key sequence
options 	SC_HISTORY_SIZE=200	# number of history buffer lines
options 	SC_MOUSE_CHAR=0x3	# char code for text mode mouse cursor
options 	SC_PIXEL_MODE		# add support for the raster text mode
device		npx0	at nexus? port IO_NPX irq 13
device		apm0	at nexus? disable flags 0x20 # Advanced Power Management
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
device		miibus		# MII bus support
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	pty	16	#Pseudo ttys
pseudo-device	speaker		#Play IBM BASIC-style noises out your speaker
pseudo-device	gzip		#Exec gzipped a.out's
pseudo-device	vn		#Vnode driver (turns a file into a device)
pseudo-device	snp		#Snoop device - to look at pty/vty/etc..
pseudo-device	bpf		#Berkeley packet filter
device		uhci		# UHCI PCI->USB interface
device		usb		# USB Bus (required)
device		uhid		# "Human Interface Devices"
device		ums		# Mouse
device		pcm
device		sbc
----------------

-- 
Alexey Chuprinin 
System administrator
Internet Securities, Inc., Moscow


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?Pine.LNX.4.44.0211111638550.5047-100000>