| Author |
Message |
cinclus_cinclus
Joined: 22 Feb 2009 Posts: 56
|
Posted: Tue 04 Dec 2012, 16:03 Post subject:
|
|
| simargl wrote: | @cinclus_cinclus: You need to remove or comment last lines in /etc/profile, inside if statement.
|
OK.
| Quote: | (Intel-3D-driver) ... if it's not available it will then use vesa.
|
I'm afraid not: neither the intel nor the vesa are installed automatically.
So for the moment I got a working solution with the following configuration (in /etc/X11/xorg.conf.d/10-monitor.conf):
| Code: | Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "vesa" #Choose the driver used for this monitor
EndSection
Section "Screen"
Identifier "Screen0" #Collapse Monitor and Device section to Screen section
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24 #Choose the depth (16||24)
SubSection "Display"
Depth 24
Modes "1280x1024" #Choose the resolution
EndSubSection
EndSection
|
I never got a problem before with an Xorg-Intel-driver on my MSI G45M Digital mobo on any other distribution (an exception was SALIX).
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Tue 04 Dec 2012, 17:39 Post subject:
|
|
| simargl wrote: | I see that /dev/pts is not created for me either, but terminal is still working. Its so strange because I remember that earlier it refused to work with error 'Cannot open your terminal /dev/pts'. Maybe to test with this in rc.sysinit
| Code: | mkdir /dev/pts
busybox mount -t devpts devpts /dev/pts |
|
I do that in /root/.start and works ok but then in some case like issuing 'alsamixer -V all' I get "rxvt-unicode failed to open"
| simargl wrote: | | Please tell me where are broken links. Did I forget something? |
Looks OK. I can not find it anymore in a fresh install
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 387
|
Posted: Tue 04 Dec 2012, 20:25 Post subject:
|
|
@mavrothal
thanks for that udev pet....it fixed the issue. i think it'll be helpful to users to remaster it...as well as /lib/firmware into the next release.
|
|
Back to top
|
|
 |
puppyluvr

Joined: 06 Jan 2008 Posts: 3053 Location: Chickasha Oklahoma
|
Posted: Tue 04 Dec 2012, 21:53 Post subject:
|
|
Hello,
As we can see, my efforts to Woof a fully formed Archpup were in vain..
But a base release, with much user input, will eventually produce a fully functional Pup.. Hail to all involved.. This will be a most useful Pup, a revolution... Not a bit jealous that someone else got it started...
Keep going, dont give up till this is a viable option to the Puppy world..
Awesome work... Much kudos... This could really be Puppy changing in terms of integrating pacman.. And some have already exported this to other Puppies... Aww.. Gotta love the Borg spirit in Puppy..... Feel good man..
You deserve it.....
_________________ "Close the "Windows", and open your eyes, to a whole new world"
http://puppylinuxstuff.meownplanet.net/puppyluvr/
http://theplpd.webs.com/
Nothing but Puppy since 2.15CE...
|
|
Back to top
|
|
 |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Tue 04 Dec 2012, 22:12 Post subject:
|
|
| stifiling wrote: | @mavrothal
thanks for that udev pet....it fixed the issue. i think it'll be helpful to users to remaster it...as well as /lib/firmware into the next release. |
Does the udev affect all wifi adapters do you think? or is it only for adapters hooked in via usb?
|
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 387
|
Posted: Wed 05 Dec 2012, 00:01 Post subject:
|
|
| greengeek wrote: | | Does the udev affect all wifi adapters do you think? or is it only for adapters hooked in via usb? |
u know i haven't thoroughly tested it. the archpup i'm testing it on, is one that i switched the kernel to 3.2.8-ski....the saluki kernel.
so using the udev pet posted above...and the saluki kernel, my wireless is working on all my machines the same as if i was using any other puplet. usb or builtin. but with the default Archpup kernel...i cannot say.
but going off what "i think" though..."i think" it should work like it does with any other puppy....i really don't see a reason why it wouldn't. jus can't say 'for sure' yet.
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 05 Dec 2012, 02:09 Post subject:
|
|
simargl,
are aufs-utils included in the build? Could not find them anywhere. I could not also find aufs_type.h in the kernel headers and the one in the kernel source will not do.
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Wed 05 Dec 2012, 04:34 Post subject:
|
|
| mavrothal wrote: | simargl,
are aufs-utils included in the build? Could not find them anywhere. I could not also find aufs_type.h in the kernel headers and the one in the kernel source will not do. |
It should be there:
| Code: | [root@archpup src]# ls
linux linux-3.6.8
[root@archpup src]# find linux-3.6.8 -name *aufs*
linux-3.6.8/Documentation/ABI/testing/debugfs-aufs
linux-3.6.8/Documentation/ABI/testing/sysfs-aufs
linux-3.6.8/Documentation/filesystems/aufs
linux-3.6.8/fs/aufs
linux-3.6.8/fs/aufs/aufs.h
linux-3.6.8/fs/aufs/dbgaufs.c
linux-3.6.8/fs/aufs/dbgaufs.h
linux-3.6.8/fs/aufs/sysaufs.c
linux-3.6.8/fs/aufs/sysaufs.h
linux-3.6.8/include/config/aufs
linux-3.6.8/include/linux/aufs_type.h |
|
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Wed 05 Dec 2012, 05:13 Post subject:
|
|
So I got only one response on request for testing udev . OK
See this linux-firmware-20121118.tar.xz in ftp://ftp.archlinux.org/other/linux-firmware/
It contains all linux firmware and needs only simple compressing to sfs module.
I will leave that to interested users (if any). Today will make final update to version 1204
with new udev and some other stuff.
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 05 Dec 2012, 06:52 Post subject:
|
|
| simargl wrote: | | mavrothal wrote: | simargl,
are aufs-utils included in the build? Could not find them anywhere. I could not also find aufs_type.h in the kernel headers and the one in the kernel source will not do. |
It should be there:
| Code: | [root@archpup src]# ls
linux linux-3.6.8
[root@archpup src]# find linux-3.6.8 -name *aufs*
linux-3.6.8/Documentation/ABI/testing/debugfs-aufs
linux-3.6.8/Documentation/ABI/testing/sysfs-aufs
linux-3.6.8/Documentation/filesystems/aufs
linux-3.6.8/fs/aufs
linux-3.6.8/fs/aufs/aufs.h
linux-3.6.8/fs/aufs/dbgaufs.c
linux-3.6.8/fs/aufs/dbgaufs.h
linux-3.6.8/fs/aufs/sysaufs.c
linux-3.6.8/fs/aufs/sysaufs.h
linux-3.6.8/include/config/aufs
linux-3.6.8/include/linux/aufs_type.h |
|
It is in the kernel source sfs but not in /usr/include/linux where it should be. And just copying it over still fails (I do not have the compile error handy now).
What kernel headers do you have in the dev-archpup.sfs?
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Wed 05 Dec 2012, 07:23 Post subject:
|
|
It is original linux-api-headers from Arch. I did not compile it, because glibc needs them and
I thought that recompiling them could create some compatibility issues. You have list of
files from that package here /var/lib/spkg/installed/linux-api-headers.
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 05 Dec 2012, 08:42 Post subject:
|
|
| simargl wrote: | It is original linux-api-headers from Arch. I did not compile it, because glibc needs them and
I thought that recompiling them could create some compatibility issues. You have list of
files from that package here /var/lib/spkg/installed/linux-api-headers. |
It's a good idea the kernel headers to come from the kernel in use.
For most user-space apps kernel headers make little difference so you should not be worried for this kind of packages.
But kernel related stuff (drivers, fs etc) may not compile or compile but fail to work if build against a different kernel.
So I would think to run linux-api-headers/PKGBUILD against your patched and configured kernel source and include this in the build.
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
slenkar
Joined: 10 Jul 2009 Posts: 129
|
Posted: Wed 05 Dec 2012, 09:53 Post subject:
|
|
| simargl wrote: |
@slenkar: Can you if test this works
| Code: | | git clone git://github.com/keenerd/packer.git |
|
yep that worked,
Was that to test if I can use git?
|
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Wed 05 Dec 2012, 10:02 Post subject:
|
|
I tried to compile linux-api-headers and got this after make headers_check
| Code: | perl: warning: Falling back to the standard locale ("C").
/usr/src/linux-3.6.8/usr/include/asm-generic/fcntl.h:4: included file 'linux/types.h' is not exported
/usr/src/linux-3.6.8/usr/include/asm-generic/ioctls.h:4: included file 'linux/ioctl.h' is not exported
/usr/src/linux-3.6.8/usr/include/asm-generic/siginfo.h:5: included file 'linux/types.h' is not exported
/usr/src/linux-3.6.8/usr/include/asm-generic/signal.h:4: included file 'linux/types.h' is not exported
/usr/src/linux-3.6.8/usr/include/asm-generic/statfs.h:4: included file 'linux/types.h' is not exported
/usr/src/linux-3.6.8/usr/include/asm-generic/termbits.h:4: included file 'linux/posix_types.h' is not exported
make[2]: *** [/usr/src/linux-3.6.8/usr/include/asm-generic/.check] Error 123
make[1]: *** [asm-generic] Error 2
make: *** [headers_check] Error 2
==> ERROR: A failure occurred in build().
Aborting...
|
It's definitely related to aufs, becuase without aufs patches it compiles fine. But how to fix this?
Any ideas?
@slenkar: Yes, that was for testing git, so if that works you can now use packer
|
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 1058
|
Posted: Wed 05 Dec 2012, 13:45 Post subject:
|
|
| simargl wrote: | I tried to compile linux-api-headers and got this after make headers_check
|
I _think_ this may have to do with how you got, patched and packaged your source and not with the aufs code per se.
Trying | Code: | | make INSTALL_HDR_PATH=/root headers_install | I do get the same perl warning but the aufs_type.h and version.h are properly exported.
These are sufficient to allow aufs-utils compilation. I attache the compiled utilities in case someone else wants to try them.
| Description |
aufs-utils for archpup 1204-1
|

Download |
| Filename |
aufs-util3-archpup.tar.gz |
| Filesize |
52.18 KB |
| Downloaded |
113 Time(s) |
_________________ Kids all over the world go around with an XO laptop. They deserve one puppy (or many) too 
|
|
Back to top
|
|
 |
|