Jump to content

rdoggsv

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by rdoggsv

  1. if u want it professional looking cms i would go first with typo3 but u need to have at least cpanel to configure it or if u are running a private server then u already are ready.

     

    On second place i would check out joomla because its the one were people is more involved at the moment.

     

    An final but a really good one for community stuff i will go with e107.

     

    thats all man

    remember:

    - professional stuff typo3

    - content managment joomla

    - community like e107

  2. Hello everyone !!! i was just wondering how can i make my mcc to connect the isdn i tried diferent ways and i cant. And i can connect the box with the kpp program , it connects very good , but when i try connecting from the mcc i just cant.

     

    I was woundering where the kpp configuration file is (for the connection), and maybe this file can help me on modifying the one on the /etc/sysconfig/network-scripts/ that the mcc created for the ppp.

     

    So in resume

    - I cant find the kpp configuration file for the connection i created.

    - If i find the file , can i use it to modify the one that mcc created and maybe that way connect the ppp at startup ??

     

    tHANX

     

    btw im running mdk 10.1 powerpack.

  3. yes man this live cd thing its going wild , i use a damn small linux livecd (its a lot ligther) and it has his install on harddrive option, so i put it on my laptop and it did a pretty nice job installing itself !!! also puppy its pretty damn good :D

  4. ok i went to the urpmi and installed urpmi kernel-source

    now looks like i got something else

     

    [rdoggsv@bulletproof cdemu-0.7]$ make

    make -C /usr/src/linux SUBDIRS=/home/rdoggsv/Documents/installers/cdemu-0.7 modules

    make[1]: Entering directory `/usr/src/linux-2.4.27-0.pre2.1mdk'

    make -C  /home/rdoggsv/Documents/installers/cdemu-0.7 CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.27-0.pre2.1mdk/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.27-0.pre2.1mdk/include/linux/modversions.h" MAKING_MODULES=1 modules

    make[2]: Entering directory `/home/rdoggsv/Documents/installers/cdemu-0.7'

    make[2]: *** No rule to make target `cdemu.ko', needed by `modules'.  Stop.

    make[2]: Leaving directory `/home/rdoggsv/Documents/installers/cdemu-0.7'

    make[1]: *** [_mod_/home/rdoggsv/Documents/installers/cdemu-0.7] Error 2

    make[1]: Leaving directory `/usr/src/linux-2.4.27-0.pre2.1mdk'

    make: *** [all] Error 2

    i dont know why i never get to compile a software :(

     

    ok so i noticed that by default urpmi installed a kernet 2.4.xxxx so i went and uninstalled it and with the same urpmi installed the kernel linux-2.6.8.1-24mdk , and now i have this

     

    [rdoggsv@bulletproof cdemu-0.7]$ make

    make -C /usr/src/linux SUBDIRS=/home/rdoggsv/Documents/installers/cdemu-0.7 modu

    les

    make[1]: Entering directory `/usr/src/linux-2.6.8.1-24mdk'

      CC [M]  /home/rdoggsv/Documents/installers/cdemu-0.7/cdemu.o

      Building modules, stage 2.

      MODPOST

      CC      /home/rdoggsv/Documents/installers/cdemu-0.7/cdemu.mod.o

      LD [M]  /home/rdoggsv/Documents/installers/cdemu-0.7/cdemu.ko

    make[1]: Leaving directory `/usr/src/linux-2.6.8.1-24mdk'

     

    [root@bulletproof cdemu-0.7]# make install

    **** Installing files ****

    install -D -m 644 cdemu.ko      /lib/modules/2.6.8.1-12mdk/misc/cdemu.ko

    install -D -m 644 libcdemu.py  /usr/lib/python2.3/site-packages/libcdemu.py

    install -D -m 755 cdemu        /usr/bin/cdemu

    install -D -m 755 create_cdemu_devs.sh  /usr/bin/create_cdemu_devs.sh

    sh create_cdemu_devs.sh

    if no error did show up device files created ;-)

     

    [root@bulletproof cdemu-0.7]# modprobe cdemu

    FATAL: Error inserting cdemu (/lib/modules/2.6.8.1-12mdk/misc/cdemu.ko): Invalid module format

     

    so finally i decided that i will burn the 2 bins that i have to a cd and whatch them :D because i dont think i will be able to install cd emu :D

     

    btw they are not a movie are other files

  5. ok so i have a bin and cue files of a cd i have on my hard drive, normally on windows i will use daemon tools to mount it and then whatch the files in it , but in linux i have found a program called cdemu http://cdemu.sourceforge.net , ok now i have the tar file and i alread extracted it then here are the instructions on install it

     

    Install

     

    The install is quite simple:

     

       1. extract the archive:

          $ tar -jxvf cdemu-<VER>.tar.bz2

       2. you need the source of your current running kernel.

          /lib/modules/$(shell uname -r)/build/include needs to point at it.

       3. build the module:

          $ make

       4. install the module and user space utilities:

          $ sudo make install

       5. now simply load the kernel module:

          $ sudo modprobe cdemu

          (no message should be displayed after running modprobe)

       6. to load a bin/cue image:

          $ cdemu 0 image.cue

          $ mount /dev/cdemu/0 /mnt/cdrom

          (some things may be different on your system, YMMV)

       7. for more information, please review the help output:

          $ cdemu -h

     

    i did the step one (that was easy) , then i dont know what else to do cause i tells me that i need the source fo my current kernel i have no idea how to get that done

     

    so i skip to step 3 and typed make and this is what i got

    [rdoggsv@bulletproof cdemu-0.7]$ make

    make: *** No rule to make target `cdemu.ko', needed by `modules'.  Stop.

     

    can someone point me in the right direction to get this software installed it will be really apreciated as usual :thanks:

     

    Added:

    Btw im running mandrake 10.1 powerpack

     

    [moved from Software by spinynorman]

  6. thanks for your help , i already resolved this problem, i was downloading and saving the folder of glaze on my normal user documents , so what i did is that as a root moved the folder to /usr/share/icons or something like thant and then with the folder in there, i went to the kde control center and select the icon theme , kde detected it automatically , thanx anyway for your help :D

  7. hello all , i have this little problem , well i downloaded a icon theme from kde-look.org and i got a tar.gz file , then i extract all the files on it , and i was told to go kde->control center->look and feel -> icons , then i click on install new theme and go to select the index.theme file that i have on the base folder of the icon them , but then i got the error "the file its not a valid icon theme archive" , i dont know what else to do to install these icon theme :( , im running mandrake 10.1 with kde 3.3.2 , do u m8s have any ideas how can i install this theme ???

     

    thanx in advance :D

  8. hello all once again here i am asking for your help :drum:

     

    ok so i have mandrake on a dvd its the powerpack 10.1 version, and i have a laptop and since mandrake its really nice on my desktop pc i want to install it on the laptop.

     

    what do i need to do to get the installation process done ? i was thinking maybe i dont need all the rpms because the laptop will be for office like use :D

     

    thanx and i hope i dont need to get the cd version :lol:

  9. sorry if my question is too anoying but have u tried running the command ifconfig on the console and see if your eth0 has some ip assigned to it ? , do u have the ip of your router ? have u tried pinging it like ping 192.168.1.1 (in my case) to see if your ethernet its getting conected ?, if everything its going try pinging www.google.com or something like that to see what happens :D

  10. yeah of course if u will install mandrake with windows on double boot , make also a fat32 partition or convert one ,i have one for about 5 gb so when i want to store things that i want to see on linux but also on winsucks i save it on there and no problems at all , but if u only want to read then leave it ntfs :P

  11. if u are getting bored then the only way to stop being bored is to install some dristro that requires u to edit some conf files and to compile also stuff.

     

    If u still consider a begginer then just install slackware , it will help u installing the x and after u got your nice kde or gnome running u have not so much wizard to get the job done ! u need to do it manually so i will recommend u slackware and the 10.1 its out so go and grab it :P

  12. hey i was having the same problem and the thing that i was told to do was this open up your /etc/resolv.conf file and for example my resolv.conf file only have these 3 lines

     

    nameserver 192.168.1.1

    nameserver 168.243.165.225

    nameserver 168.243.165.226

     

    192.168.1.1 /its my router

    168.243.165.225 /its my isp first dns server

    168.243.165.226 /the 2nd dns server

     

    i put those 3 lines and the internet goes up a little bit but not too much i have to say :( maybe some other give us any other idea

     

    i also was told to intall a bind , and cache for my speeds to go up but i havent yet

  13. now we only need a spanish forum and a lot of child forums for all the stuff !! i think we have enough people talking spanish who are ready to help spanish people !!! and if not i will translate also all the stuff that the english people says !

     

    gracias muchas gracias !!! que viva el español !

     

    Tengo el gato en los pantalones !!!

  14. Hello guys , first of all im just started on the site as a member but i have been reading since long time ago. so hello all im the new member in town :D

     

    ok here is my question

     

    i have mandrake 10.1 powerpack , and the powerpack comes with kde 3.2.3 , so im thinking on upgrading to kde 3.4 and i know that i only need to do the urpmi thing , but i want to keep all the files that are needed to upgrade the kde so when im on some new installed system i dont need to download all the files again.

     

    So:

    ¿How do i upgrade to kde 3.4 but keeping all the rpms ?

     

    thats my question and thanx in advance for all your answers.

    Ps. sorry about my english i dont speak it so well :P

×
×
  • Create New...