Jump to content

evolution in slackware


Recommended Posts

vi /etc/swaret.conf

#REPOS_ROOT=LinuxPackagesDOTNET%ftp://ftp.linuxpackages.net/pub/Slackware-9.1

^ un-comment that line ^

swaret --update

# time swaret --search evolution
swaret 1.6.2-1

=> Creating EXCLUDE List..... DONE!

Listing available Packages matching Keyword: evolution...
evolution-1.4.5-i486-1rob (10376 kB) (LinuxPackagesDOTNET) [Status: NOT INSTALLED]
evolution-1.5.6.2-i486-1rob (7704 kB) (LinuxPackagesDOTNET) [Status: NOT INSTALLED]
evolution-data-server-0.0.91-i486-1rob (1116 kB) (LinuxPackagesDOTNET) [Status: NOT INSTALLED]


real    0m5.397s
user    0m2.030s
sys     0m2.680s

 

 

Looks like it has a few choices. When you do "swaret --update" sometimes linuxpackages.net fails, you will either see FAIL or DONE for 3 lines.

 

 

# time swaret --update
swaret 1.6.2-1

[ ftp://ftp.nluug.nl/pub/os/Linux/distr/slackware/slackware-current ]
### Fetching CHECKSUMS List File... DONE!
FILELIST List File is up-to-date!
Packages Descriptions up-to-date!
Extra Packages Descriptions up-to-date!
ChangeLog up-to-date!
[ ftp://ftp.linuxpackages.net/pub/Slackware-9.1 ]
### Fetching 'LinuxPackagesDOTNET' CHECKSUMS List File... DONE!
'LinuxPackagesDOTNET' FILELIST List File is up-to-date!
'LinuxPackagesDOTNET' Packages Descriptions up-to-date!

Link to comment
Share on other sites

for your kernel update

 

1. vi /etc/swaret.conf

uncomment this line

#EXCLUDE=kernel
[code]
2.  swaret --get kernel

should be

[CODE]
kernel-headers-2.4.25-i386-2.tgz
kernel-modules-2.4.25-i486-2.tgz
kernel-source-2.4.25-noarch-2.tgz
kernel-ide-2.4.25-i486-2.tgz

 

3. cd /var/swaret

4. installpkg kernel*.tgz

5. vi /etc/lilo.conf

 

 

 

image = /boot/vmlinuz-ide-2.4.25

  root = /dev/hda2

  label = 2.4.25

  read-only

image = /boot/vmlinuz-ide-2.4.22

  root = /dev/hda2

  label = 2.4.22

  read-only

 

Change your root = to what yours is /dev/hdX

 

6. ls -l /boot

 

# ls -l /boot

total 10496

lrwxrwxrwx    1 root  root        21 Apr 13 08:02 System.map -> System.map-ide-2.4.25

-rw-r--r--    1 root  root    975793 Apr 13 10:18 System.map-2.6.5

-rw-r--r--    1 root  root    609166 Sep  2  2003 System.map-ide-2.4.22

-rw-r--r--    1 root  root    620412 Feb 28 17:48 System.map-ide-2.4.25

-rw-------    1 root  root    644781 Apr 13 07:44 System.map-xfs.s-2.4.25

-rw-r--r--    1 root  root          512 Apr 13 02:13 boot.0300

-rw-r--r--    1 root  root          179 Apr 13 02:13 boot_message.txt

-rw-r--r--    1 root  root      1415946 Apr 13 07:43 bzImage-xfs

lrwxrwxrwx    1 root  root        17 Apr 13 08:02 config -> config-ide-2.4.25

-rw-r--r--    1 root  root        27514 Apr 13 10:18 config-2.6.5

-rw-r--r--    1 root  root        38645 Sep  2  2003 config-ide-2.4.22

-rw-r--r--    1 root  root        40856 Feb 28 17:48 config-ide-2.4.25

-rw-r--r--    1 root  root        40700 Apr 13 07:43 config-xfs.s-2.4.25

-rw-------    1 root  root        66560 Apr 13 10:19 map

lrwxrwxrwx    1 root  root        18 Apr 13 08:02 vmlinuz -> vmlinuz-ide-2.4.25

-rw-r--r--    1 root  root      2339997 Apr 13 10:18 vmlinuz-2.6.5

-rw-r--r--    1 root  root      1226706 Sep  2  2003 vmlinuz-ide-2.4.22

-rw-r--r--    1 root  root      1251881 Feb 28 17:48 vmlinuz-ide-2.4.25

-rw-r--r--    1 root  root      1415946 Apr 13 07:43 vmlinuz-xfs.s-2.4.25

 

As long as you have vmlinuz-ide-2.4.22 & vmlinuz-ide-2.4.25 those entry's in lilo should be correct

 

7. /sbin/lilo

Link to comment
Share on other sites

Just remember, unless you need a specfic package fron linuxpackages.net I leave it like so

 

#REPOS_ROOT=LinuxPackagesDOTNET%ftp://ftp.linuxpackages.net/pub/Slackware-9.1

 

ONLY do "swaret --upgrade" with that line looking like that ^^^^^ that way all your main system files are ONLY done by Pat V. and Slackware. No offense to all the people there, but its just bettter to stay with Pat.

 

Do this :

 

REPOS_ROOT=LinuxPackagesDOTNET%ftp://ftp.linuxpackages.net/pub/Slackware-9.1

 

Just to grab things that slackware doesn't provide, like evolution or famd for example.

 

Each time you edit /etc/swaret.conf run

 

swaret --update

 

That syncs you up, just make sure it says GOOD or DONE, if you see FAILS, just keep doing it until all is good

Link to comment
Share on other sites

Thanks cybrjackle!!!

 

I did get sound working....... with a reinstall. :joker: I am suprised at how easy and fast it is to install Slack. Yes it helps to have paritions already setup from a previous Linux install, but I find it just as easy as Fedora or MDK, but a heck of alot faster.

 

I'll work on the update and upgrades the next time I get a chance. I have school later this morning, then work 10 hrs then do it all over again on Thurs. Fri. have an appraisal being done on the house, then work again. I may fit some time in Sat. or Sun, so if you don't hear or see me until you know what I am up too.

 

Again, thanks alot for your time in helping me. Also everyone else in #musb that chimes in to help also.

 

FX

Link to comment
Share on other sites

Well I updated like you told me too and configured Lilo also. When I boot into the 2.4.25 kernel I get a boat load of insmod errors. When I finally get into Gnome I get these two errors also.

 

1- Mixer_Applet2 Process 2441 has crased

 

2- OAIFD:Gnome_MixerApplet Details: Unknown Corba excetion id: IBL:omg.org/Corba/Comm_Failure :1.0

 

I also don't have a "speaker Icon" or mixer. (Probably caused it crashed) :)

 

Here is my lsmod..............

 

bash-2.05b$ lsmod

Module Size Used by Not tainted

snd-pcm-oss 37860 0 (unused)

snd-mixer-oss 12536 0 [snd-pcm-oss]

keybdev 2052 0 (unused)

mousedev 4212 1

hid 21092 0 (unused)

usbmouse 2040 0 (unused)

input 3200 0 [keybdev mousedev hid usbmouse]

uhci 24508 0 (unused)

ehci-hcd 17644 0 (unused)

usbcore 59436 1 [hid usbmouse uhci ehci-hcd]

i810_rng 2528 0 (unused)

snd-intel8x0 18888 0 (unused)

gameport 1420 0 [snd-intel8x0]

snd-mpu401-uart 3200 0 [snd-intel8x0]

snd-rawmidi 12768 0 [snd-mpu401-uart]

snd-seq-device 3888 0 [snd-rawmidi]

snd-intel8x0m 9892 0

snd-pcm 55880 0 [snd-pcm-oss snd-intel8x0 snd-intel8x0m]

snd-timer 13572 0 [snd-pcm]

snd-page-alloc 6324 0 [snd-intel8x0 snd-intel8x0m snd-pcm]

snd-ac97-codec 44508 0 [snd-intel8x0 snd-intel8x0m]

snd 30340 0 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-mpu401-uart snd-rawmidi snd-seq-device snd-intel8x0m snd-pcm snd-timer snd-ac97-codec]

soundcore 3396 7 [snd]

ohci1394 24112 0 (unused)

ieee1394 42372 0 [ohci1394]

8139too 14216 1

mii 2272 0 [8139too]

crc32 2880 0 [8139too]

ds 6612 1

yenta_socket 10336 1

pcmcia_core 39972 0 [ds yenta_socket]

ide-scsi 9360 0

agpgart 44036 0 (unused)

 

Now if I just leave it alone after installing and don't update I have no problems at all.

 

 

Any ideas?

 

Thank again for the help.

Link to comment
Share on other sites

try "alsamixer" from the command line, crank up your "master" all the way and put "pcm" about 75% of the way up. the "esc" out of it and "alsactl store". Open up xmms and either try "alsa" or "oss" pluggin and see what happens.

Link to comment
Share on other sites

What do you have for those?

 

ls -la /dev/ | grep mixer

 

ls -la /dev/ | grep snd

 

ls -la /dev/ | grep dsp

 

 

Do you get sound as root?

Is your user in the "sys" group?

 

cat /etc/group | grep sys

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...