LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-02-2013, 06:28 AM   #16
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282

Perhaps you want a package for this?

https://github.com/cshorler/hal-flash/
 
Old 12-02-2013, 06:40 AM   #17
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by wildwizard View Post
Perhaps you want a package for this?

https://github.com/cshorler/hal-flash/
If someone submit a tested SlackBuild to SBo for that and it works fine, why not?
 
Old 12-02-2013, 12:50 PM   #18
fskmh
Member
 
Registered: Jun 2002
Location: South Africa
Distribution: Custom slackware64-current
Posts: 307

Rep: Reputation: 92
Quote:
Originally Posted by ponce View Post
If someone submit a tested SlackBuild to SBo for that and it works fine, why not?
Done. ;-)
Attached Files
File Type: txt hal-flash.SlackBuild.txt (3.0 KB, 35 views)
File Type: txt slack-desc.txt (1.1 KB, 25 views)
 
1 members found this post helpful.
Old 12-02-2013, 01:24 PM   #19
xj25vm
Member
 
Registered: Jun 2008
Posts: 393

Original Poster
Rep: Reputation: 68
Great stuff guys! Thank you - just what was needed. If the above mentioned online video providers drop their use of HAL at some point, it can always be removed from SBo on future iterations.
 
Old 12-02-2013, 08:22 PM   #20
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
HAL is obsolete by Linux standards but it's still a universal UNIX standard piece of software. I actually think an SBo might be a good idea to keep it at least maintained.

I actually still install and build against the full HAL package on LFS. You'll need the latest version of HAL 0.5.14 and these patches I think to build against video4linux2, or block it.

I think Gentoo and OpenSUSE still has a list of patches for HAL.

https://github.com/dang/hal-patches/tree/master/patches

https://build.opensuse.org/package/s...SE:Dropped/hal

I also posted this link a while back for a patch too:

https://launchpadlibrarian.net/64645...buntu1.debdiff

I got it to build with some work.

Last edited by ReaperX7; 12-02-2013 at 08:50 PM.
 
1 members found this post helpful.
Old 12-04-2013, 10:37 PM   #21
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
It's approved in SBo and waiting to be merged into master
http://slackbuilds.org/cgit/slackbui...7e77ed6d6a0a7b
 
Old 12-04-2013, 11:35 PM   #22
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
VMware still requires hald (the full implementation, not a stub library). So I think having a "hal-flash" isn't a good idea.
 
1 members found this post helpful.
Old 12-05-2013, 01:01 AM   #23
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
i guess hal-flash is for another purpose and probably someone will push hal to SBo
 
Old 12-05-2013, 02:31 AM   #24
fskmh
Member
 
Registered: Jun 2002
Location: South Africa
Distribution: Custom slackware64-current
Posts: 307

Rep: Reputation: 92
Quote:
Originally Posted by jtsn View Post
VMware still requires hald (the full implementation, not a stub library). So I think having a "hal-flash" isn't a good idea.
I see Arch have hal in the AUR. Looks like quite a few apps still require it.
 
Old 12-05-2013, 04:04 AM   #25
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Yeah we need to get this into an SBo. HAL needs to be maintained. DeviceKit and udev simply can not provide what HAL can.
 
Old 12-05-2013, 04:16 AM   #26
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Interestingly, the Slackware 14.1 /etc/rc.d/rc.M file still has the stanza...
Code:
# Start HAL:
if [ -x /etc/rc.d/rc.hald ]; then
  sh /etc/rc.d/rc.hald start
fi
...in it.
 
1 members found this post helpful.
Old 12-05-2013, 05:47 AM   #27
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
if [ -x /etc/rc.d/rc.hald ]; then
Defensive coding ftw
 
1 members found this post helpful.
Old 04-25-2014, 02:11 PM   #28
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Rep: Reputation: Disabled
Quote:
Originally Posted by Bertman123 View Post
No need to compile from source. Just install hal and hal info from here.

http://mirrors.slackware.com/slackwa...slackware64/l/
Thank you. I spent a lot of time running in circles, from installing 13.37 in another partition to installing hal-flash.

The only thing that worked was simply installing flash from 13.37 into my 14.1 Slackware system.

Sometimes the simple solution is the best one.
 
1 members found this post helpful.
Old 04-25-2014, 07:28 PM   #29
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I just built HAL 0.5.14 using ponce's fixes and it works.

This would bring it up to release 0.5.14-4 technically. Good job ponce. I added your fixes to this SlackBuild so if anyone needs it, just grab the 13.37 HAL sources and use this to compile it.
Attached Files
File Type: txt hal.SlackBuild.txt (7.0 KB, 64 views)

Last edited by ReaperX7; 04-25-2014 at 07:35 PM.
 
2 members found this post helpful.
Old 08-06-2018, 08:44 AM   #30
sunjob
Member
 
Registered: Nov 2015
Posts: 74

Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
I just built HAL 0.5.14 using ponce's fixes and it works.

This would bring it up to release 0.5.14-4 technically. Good job ponce. I added your fixes to this SlackBuild so if anyone needs it, just grab the 13.37 HAL sources and use this to compile it.
good day!

please, give me/all arc-slackBuild dir/pack with full-lists patches, shell etc.

thanks

p.s.
found it later. this archive?
URL

Last edited by sunjob; 08-06-2018 at 08:55 AM. Reason: add text
 
  


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
[SOLVED] No HAL in Slackware 14, what about k3b? simopal6 Slackware 12 01-29-2013 12:49 PM
HAL in Slackware Widgeteye Slackware 1 01-02-2011 01:24 PM
Slackware 12, HAL automount arubin Slackware 38 01-27-2009 11:48 AM
HAL on Slackware 11.0 cdale77 Slackware 4 05-13-2007 05:55 PM
Slackware 11, KDE 3.5.4 + hal shadowhunter Slackware 3 10-07-2006 01:18 PM

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

All times are GMT -5. The time now is 09:30 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