Tiny Core Base > Release Candidate Testing

tinycore_v2.9rc3

<< < (3/11) > >>

curaga:

--- Quote from: Juanito on February 13, 2010, 08:53:53 AM ---Also on tc-2.8.1 compared to tc-2.9rc3...

This works in .xsession tc-2.8.1:
--- Code: ---/usr/bin/Xvesa -br -screen 1280x1024x16 -shadow -mouse /dev/psaux,5 -nolisten tcp -I >/dev/null 2>&1 &
waitforX
...
--- End code ---

..but in tc-2.9rc3, I get a message about the screen mode requested not being supported - however, if I run xsetup.sh and chose the same thing - i.e. "1280x1024x16", then things work??

--- End quote ---
Is the same line generated by xsetup? I wonder what does it change.

Juanito:

--- Quote from: curaga on February 13, 2010, 10:00:51 AM ---Juanito, is it possible the device has changed paths? find /dev -name "*lp*"

I have only usb sticks available, but those work fine in rc3.

--- End quote ---

in tc-1.x:
--- Code: ---$ find /dev -name "*lp*"
/dev/.udev/names/usb\x2flp0
/dev/.udev/names/usb\x2flp0/\x2fdevices\x2fpci0000:00\x2f0000:00:10.2\x2fusb5\x2f5-1\x2f5-1:1.0\x2fusb\x2flp0
/dev/.udev/names/par0/\x2fdevices\x2fpci0000:00\x2f0000:00:10.2\x2fusb5\x2f5-1\x2f5-1:1.0\x2fusb\x2flp0
/dev/.udev/db/\x2fdevices\x2fpci0000:00\x2f0000:00:10.2\x2fusb5\x2f5-1\x2f5-1:1.0\x2fusb\x2flp0
/dev/usb/lp0

--- End code ---

In tc-2.9rc3 on a different machine, the above does not give anything and lsusb does not give anything (even though the usb stick I booted from is there)

Do you see your usb sticks with lsusb in 2.9rc3?

Juanito:
I didn't pay attention to all of .xsession, but the "1280x1024x16" bit did not change...

curaga:
Everybody with udev problems, or suspected ones, please enable syslog, and:


--- Quote ---cd /var/log

sudo udevadm control --log-priority=err
sudo udevadm trigger

grep -i udev messages* > /tmp/udev-err-logs

sudo udevadm control --log-priority=info
sudo udevadm trigger

grep -i udev messages* > /tmp/udev-info-logs
--- End quote ---
Then, please upload those two log files from /tmp somewhere, and post links here. This should help debug the issue.

pastebin.ca is a good text upload service.

edit: Had old info there, should have been "log-priority" with a dash instead of an underscore.

Juanito:
I get:
--- Code: ---$ sudo udevadm control --log_priority=err
control: unrecognized option '--log_priority=err'
unrecognized command

--- End code ---
..same thing with =debug, but =info works

info log attached

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version