LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-27-2005, 02:46 PM   #16
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30

May not be anything, but did you replace the symlink in /usr/src/ for linux to the source for 2.6.10? I found that if you don't point the programs to the source some don't work.
I'd go and ln -s /usr/src/linux /usr/src/2.6.10 just a thought
 
Old 01-29-2005, 02:41 AM   #17
apachedude
Member
 
Registered: Aug 2004
Location: California
Distribution: SuSE 10.0 (SUPER)
Posts: 356

Original Poster
Rep: Reputation: 31
Update: k3b 0.11.19 is fixed for 2.6.10. Back to 2.6.10 for me again.

The udev rules must be comma delimited with no spaces. The site I went to was misleading on this issue. This has allowed me to mount both of my pen drives. However, I still cannot get my SD flash memory card to work.

Below is the output of dmesg. This is quite suspicious, because it seems to think my USB card reader is an ethernet card or something.
Quote:
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
Vendor: SMSC Model: 223 U HS-CF Rev: 1.95
Type: Direct-Access ANSI SCSI revision: 00
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
And below is the pertinent line from my rules file:
Quote:
BUS="usb",SYSFS{serial}="030718200001",NAME="%k",SYMLINK="flash%n"
This creates a symlink /dev/flash that points to /dev/sda and a /dev/flash0 that points to a character device /dev/sg0. It doesn't recognize any partitions (i.e., my actual card itself), which I would expect to be something like /dev/sda1. I don't know where I'd find the mounting point, if it exists, or if it doesn't exist, how I would allow it to mount.
 
Old 01-30-2005, 01:48 PM   #18
rhythmking
Member
 
Registered: Dec 2003
Posts: 54

Rep: Reputation: 15
cups and slackware 10

I just set up my cups server on my slack 10 box and it was a snap.
First I uncommented the paralell printer section in /etc/rc.d/rc.modules file.
(I don't know if I needed to do this but I did it any way.)
Next I rebooted and the system spotted my printer right off the bat.
I went to settings > control center > peripherals > printers and clicked add...
Printer works!
Slackware is a full featured system and most things can be set up without the radical approch.
I do a full install and most anything I need is already there.
For example: You can turn the arts system off in control center then type killall -9 artsd
This is how I would get rid if arts sound.
After install I always type mail to see the latest advice from Volkerding. This showed me how to set my ide cd-rw drive to scsi so I could use it to create / burn cd's using cdparanoia, mkisofs, cdrecord.
See the man pages and /usr/doc/cdrtools...
Lots of good ideas in the slackware install forum under how I do it.
I have tried lots of distros, but I keep coming back to slack because I think it is the best!
Good luck.
 
Old 01-30-2005, 04:50 PM   #19
DaWallace
Member
 
Registered: Feb 2004
Location: Southern Maine, United States
Distribution: Slackware Ubuntu Debian FreeBSD
Posts: 418

Rep: Reputation: 31
Quote:
Originally posted by Hangdog42
I'm not sure why you are having trouble with k3b and 2.6. My straight Slack 10.0 installation (none of that -current nonsense) is running a 2.6.7 kernel and k3b works just fine. I suppose one of the later 2.6 kernels might break it, I just haven't tried.
actually ALL of the later ones break it.. it was decided that scsi emulation was evil/stupid and was removed, that's why it didn't work.. luckily for me I have an older extenal scsi burner as well as an internal ide one
 
Old 01-30-2005, 05:24 PM   #20
kpex
Member
 
Registered: Apr 2004
Distribution: Slackware -current, Gentoo, FC3
Posts: 41

Rep: Reputation: 15
About the xmms/xine problem: alsa in general doesn't like outputting sound from two sources at once. As earlier mentioned you might want to disable arts/kde sound, and you also might want to take a look at something like dmix (gentoo guide, might be helpful: http://gentoo-wiki.com/HOWTO_ALSA_sound_mixer_aka_dmix). But do you really need sound from xmms and xine at the same time?
 
Old 01-30-2005, 06:26 PM   #21
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
it was decided that scsi emulation was evil/stupid and was removed, that's why it didn't work..
Hmm. I never had SCSI emulation enabled in the first place (at least I don't think so). In my kernel config SCSI CDROM support is disabled. However I do have IDE/ATAPI CDROM support compiled into my kernel. I may have to download the 2.6.10 source and see if that disables k3b on my system.

Last edited by Hangdog42; 01-30-2005 at 06:28 PM.
 
Old 01-30-2005, 07:13 PM   #22
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Quote:
Originally posted by Hangdog42
Hmm. I never had SCSI emulation enabled in the first place (at least I don't think so). In my kernel config SCSI CDROM support is disabled. However I do have IDE/ATAPI CDROM support compiled into my kernel. I may have to download the 2.6.10 source and see if that disables k3b on my system.
I believe you will need SCSI emulation for USB and Firewire drive, am I right?
 
Old 01-30-2005, 07:51 PM   #23
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I think you're right, but since I don't have firewire on that box and I don't use SCSI disks, I'm not sure.
 
Old 01-30-2005, 10:09 PM   #24
apachedude
Member
 
Registered: Aug 2004
Location: California
Distribution: SuSE 10.0 (SUPER)
Posts: 356

Original Poster
Rep: Reputation: 31
Update. Only #1 and 2 left!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Set the path systemwide/Set the path for a user with Slackware jayhel Slackware 1 06-12-2005 12:24 AM
Can't set up printer in Slackware 10.0 marco13185 Linux - Hardware 4 03-01-2005 05:16 PM
How to set up DHCP on Slackware? KaZiber Linux - Networking 5 02-05-2005 07:53 AM
installation cd set greg108 Debian 4 08-19-2004 01:59 AM
Pre-Installation set-up !!! (Oracle 9i DB) ptreves Linux - Newbie 17 08-16-2004 04:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration