


i'm using vanilla 2.6.0-test1 (src in /urs/src/linux-beta) on a SiS chipset (no idea which one it is)eonic wrote:eGore911:
Alright, that would be great. Thanks.
Also what chipset do you have ?
Mine's a VIA Apollo Pro 133A. I used to use the UHCI module in 2.4.
I can't figure out what's wrong or missing.
I'm trying vanilla kernel 2.6.0-test1
Code: Select all
Input device support --->
<*> Input devices (needed for keyboard, mouse, ...)
<M> Mouse interface
[*] Provide legacy /dev/psaux device
(1024) Horizontal screen resolution
(768) Vertical screen resolution
< > Joystick interface
< > Touchscreen interface
<*> Event interface
[*] Mice
<*> PS/2 mouse
USB support --->
<M> Support for USB
[*] USB device filesystem
[*] Enforce USB bandwidth allocation (EXPERIMENTAL)
<M> EHCI HCD (USB 2.0) support
< > OHCI HCD support
<M> UHCI HCD (most Intel and VIA) support
<M> USB Human Interface Device (full HID) support
[*] HID input layer support
[ ] Force feedback support (EXPERIMENTAL)
[*] /dev/hiddev raw HID device support
USB HID Boot Protocol drivers --->
<M> USB HIDBP Mouse (simple Boot) support
Code: Select all
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_SOFTWARE_SUSPEND=y
#
# ACPI Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
# CONFIG_ACPI_SLEEP is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_APM is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
CONFIG_HOTPLUG=y
#
# Input device support
#
CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
# CONFIG_SERIAL_8250_CS is not set
# CONFIG_SERIAL_8250_ACPI is not set
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set
#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_DYNAMIC_MINORS is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
CONFIG_USB_MOUSE=m
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_XPAD is not set
Code: Select all
...
ehci-hcd
uhci-hcd
hid
mousedev
...
Code: Select all
Section "InputDevice"
Identifier "LogitechMouse"
Driver "mouse"
# Option "ButtonNumber" "2"
Option "Device" "/dev/input/mice"
# Option "InputFashion" "Mouse"
# Option "Name" "AutoDetect"
Option "Protocol" "ImPS/2"
# Option "Vendor" "AutoDetect"
Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons" "No"
Option "ChordMiddle"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "mouse"
Option "Device" "/dev/psaux"
# Option "InputFashion" "Mouse"
# Option "Name" "AutoDetect"
Option "Protocol" "PS/2"
# Option "Vendor" "PS/2-Mouse"
EndSection
#
InputDevice "Touchpad" "CorePointer"
InputDevice "LogitechMouse" "SendCoreEvents"
i noticed another:fusibou wrote:Module names have changed
usb-ohci ---> now = ohci-hcd [NOTE for those who couldnt get USB mouse to work...!]
emu10k1 --> now = snd-emu10k1
Alsa module is snd
I don't know about mm2 but mm1 didn't come with evms patches. I used the patch that comes with the latest emvs2.1 release (if I wasn't mistaken, it was made for the 2.5.73 kernel). Some of the hunks in the multipath.c patch might get rejected, but you can always edit it by hand as I did. If you want, I could post the diff b/n my patched and the 2.6.0-test1-mm1's multipath.c file later on tonight.den_RDC wrote:Does 2.6.0-test1-mm2 already include evms2.1.0 patches? I tried to aply them, but they didn't all work. (i was in a hurry, so i didn't try a clean mm2 kernel)
Code: Select all
The souce can't be read. Maybe you don't have enough rights for this, or source doesn't contain data (e.g: not disc in drive). (Error reading NAV packet.)Make sure you have the /dev/dvd file pointing to the correct device (ie. sr0 for scsi emulation OR if you are going atapi only, hdc or whatever device it is)jl7c2 wrote:Anyone having problems playing DVD's? Xine just will not play them now that I have 2.6.0-test1-mm2. It says:I think it is because I have UDF compiled into the kernel which I haven't done before.Code: Select all
The souce can't be read. Maybe you don't have enough rights for this, or source doesn't contain data (e.g: not disc in drive). (Error reading NAV packet.)

I gave up on the new mouse drivers after 2.5.73... I simply DELETE the entire drivers/input/mouse directory, and drop in the same dir from 2.5.73. This gets me up and running, no problem.eonic wrote:Thank you for the help; eGore911 but my mouse still won't respond.
Guess it has to be a bug in 2.6 or something.

And if you don't need the multipath stuff like me, just ignore the failed hunks. It works fine ... well, at least as long as you don't use multipath.eta wrote:Some of the hunks in the multipath.c patch might get rejected, but you can always edit it by hand as I did. If you want, I could post the diff b/n my patched and the 2.6.0-test1-mm1's multipath.c file later on tonight.
Code: Select all
Debug: sleeping function called from illegal context at mm/slab.c:1811
Call Trace:
[<c011a05f>] __might_sleep+0x5f/0x70
[<c013ab35>] kmem_cache_alloc+0x65/0x70
[<c0148bd7>] get_vm_area+0x27/0x110
[<c0117a83>] __ioremap+0xb3/0x100
[<c0117af9>] ioremap_nocache+0x29/0xc0
[<ccc2f004>] os_map_kernel_space+0x68/0x6c [nvidia]
[<ccc40e17>] __nvsym00517+0x1f/0x2c [nvidia]
[<ccc42cee>] __nvsym00711+0x6e/0xdc [nvidia]
[<ccc42d7a>] __nvsym00718+0x1e/0x184 [nvidia]
[<ccc43da8>] rm_init_adapter+0xc/0x10 [nvidia]
[<ccc2be6a>] nv_kern_open+0x170/0x28b [nvidia]
[<c0157704>] chrdev_open+0xf4/0x220
[<c01b6d8b>] devfs_open+0xeb/0x110
[<c014d73b>] dentry_open+0x14b/0x220
[<c014d5e6>] filp_open+0x66/0x70
[<c014da83>] sys_open+0x53/0x90
[<c010930b>] syscall_call+0x7/0xb

Supermount patch for 2.5.75 works in the vanilla sources and the mm1, and you will need to add two lines manually in the mm2 sources (because of some changes made in the cdrom.c file). There's a post in this same thread explaining it some days ago. I've been using supermount a few days and works correctly, and in my opinion, better than automount.Halanegri wrote:4. There's no supermount anymore. What can I do? Use a patch? Or it possible to use the automounter in the same fasion as supermount?