Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2009 12:48:24 +0100 (CET)
From:      Alexander Best <alexbestms@math.uni-muenster.de>
To:        <freebsd-usb@freebsd.org>
Subject:   Re: problem with usb printer
Message-ID:  <permail-2009031611482480e26a0b00001384-a_best01@message-id.uni-muenster.de>
In-Reply-To: <200903160925.15806.hselasky@c2i.net>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
to be sure i updated my sources using `svn up /usr/src` then reverted back to
the repository files in order to get rid of any previously patched files using
`svn -R revert /usr/src` and the applied the patch you send me. the result is
the same: only the top of the page get's printed. that's it. the printer
signals an error. at this point i need to turn off the printer and turn it on
again in order to use it again. if i try to print another page without
restarting the printer usb becomes unusable.

i've attached my kernel config and my make.conf. maybe there's a problem
there.

cheers.

Hans Petter Selasky schrieb am 2009-03-16:
> Hi Alexander,

> There are now multiple outstanding patches. Are you sure you applied
> all of
> them? I've attached a diff between -current and USB P4. Some patches
> might
> fail regarding the RCS-ID changes.

> --HPS

[-- Attachment #2 --]
# DEBUG options
options		KDB			#Compile with kernel debugger related code
options		KDB_TRACE		#Print a stack trace of the current thread on the console for a panic.
options		BREAK_TO_DEBUGGER
options		PREEMPTION
options		IPI_PREEMPTION
options		DDB

makeoptions	DEBUG=-g
options		INVARIANTS
options		INVARIANT_SUPPORT
options		WITNESS
options		DEBUG_LOCKS
options		DEBUG_VFS_LOCKS
options		DIAGNOSTIC
options		SW_WATCHDOG

cpu		I686_CPU
ident		ARUNDEL

#options		SCHED_4BSD		#4BSD scheduler
options		SCHED_ULE		#ULE scheduler
#options		SCHED_STATS
options 	INET			#InterNETworking
options		PROCFS			#Process filesystem (requires PSEUDOFS)
options		PSEUDOFS		#Pseudo-filesystem framework
options		LIBICONV		#Kernel side iconv library
options		CD9660			#ISO 9660 filesystem
#options		CD9660_ICONV
options		MSDOSFS			#MS DOS File System (FAT, FAT32)
options		MSDOSFS_ICONV
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
#options		COMPAT_43TTY		# BSD 4.3 TTY compat (sgtty)
#options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
#options		COMPAT_LINUX
#options		STOP_NMI		# Stop CPUS using NMI instead of IPI
#options		VESA
#options		SC_PIXEL_MODE

options		KTRACE			# ktrace(1) support
options		SC_HISTORY_SIZE=1000	#number of history buffer lines
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	#install a CDEV entry in /dev
options		UKBD_DFLT_KEYMAP	#specify the built-in keymap
makeoptions	UKBD_DFLT_KEYMAP="german.iso"

#device		atkbd
#device		atkbdc
#makeoptions	ATKBD_DFLT_KEYMAP="german.iso"

options		SMP			# Symmetric MultiProcessor Kernel
device		apic			# I/O APIC

#devices
device		eisa
device		pci
device		ata
device		atadisk
device		atapicd
device		vga
device		sc

#usb
device          usb
device          uhci
device          ehci
device          ukbd
device          ulpt
device          umass
device          ums
#makeoptions    WITH_LEGACY

#network
device		wlan
device		ath
device		ath_hal
options		AH_SUPPORT_AR5416
device		ath_rate_sample
device		wlan_wep
#options		IEEE80211_DEBUG
#options		ATH_DEBUG

device		cpufreq
device		coretemp

#pseudo devices
device		loop
device		ether
device		pty
device		md

#misc
device		scbus
device		cd
device		pass
device		da
device		atapicam
device		sound
device		snd_hda
device		random

#bluetooth
option		NETGRAPH
options		NETGRAPH_BLUETOOTH_UBT		# ng_ubt(4)
options		NETGRAPH_BLUETOOTH		# ng_bluetooth(4)
options		NETGRAPH_BLUETOOTH_SOCKET	# ng_btsocket(4)
options		NETGRAPH_BLUETOOTH_L2CAP	# ng_l2cap(4)
options		NETGRAPH_BLUETOOTH_HCI		# ng_hci(4)
options		NETGRAPH_SOCKET

[-- Attachment #3 --]
# 
# GCC options
# 
CPUTYPE?= prescott
CFLAGS= -O2 -fno-strict-aliasing -pipe
COPTFLAGS?= -O -pipe
# 
# BUILDWORLD options
# 
KERNCONF=ARUNDEL
MODULES_OVERRIDE=acpi linux linprocfs usb/quirk usb/uhid
TRACEROUTE_NO_IPSEC=yes
# 
# SENDMAIL options
# 
SENDMAIL_MC=/etc/mail/freebsd.mc
SENDMAIL_SUBMIT_MC=/etc/mail/freebsd.submit.mc
#
# 
# MISC options
# 
DOC_LANG= en_US.ISO8859-1 de_DE.ISO8859-15
OVERRIDE_LINUX_BASE_PORT=fc4
RANDOMIZE_MASTER_SITES=yes
DA4=yes
WITH_BSDEL=yes
# 
# added by use.perl 2009-03-09 12:35:54
PERL_VERSION=5.8.9
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-2009031611482480e26a0b00001384-a_best01>