UDEV ? but how to ...

I checked the howto, forum threads,.. but I just can not seem to have it running.
I have everything up to date with pacman (initscripts, udev, ...)
When I try to boot from the entry called ARCHNODEVFS which uses the line devfs=nomount, the system reboots endlessly with the note that it can not get an initial console
When I boot the the ARCH entry, the system boots correctly but I see the DEVFS is used.
I was trying to get the UDEV to work thinking that it will be better at handling the usb camera while it can be plugged and unplugged in the same session and it only works once. The other times, it appears under a new name into the /dev folder
Here are my config files:
FSTAB
=====
none                   /proc          proc      defaults                0      0
none                   /dev/pts      devpts    defaults              0      0
none                   /dev/shm     tmpfs     defaults              0      0
tmpfs                  /tmp           tmpfs     defaults               0      0
#sysfs                 /sys             sysfs     defaults                0      0
usbfs                  /proc/bus/usb usbfs    defaults,devmod=0666 0      0
/dev/cdroms/cdrom0     /mnt/cd       iso9660 ro,user,noauto,unhide 0      0
/dev/cdroms/cdrom1     /mnt/dvd     iso9660 ro,user,noauto,unhide 0      0
/dev/floppy/0                /mnt/fl         vfat    user,noauto,unhide    0      0
/dev/discs/disc1/part3 /                ext3     defaults             0      1
/dev/discs/disc1/part1 /boot         ext2     defaults             0      1
/dev/discs/disc1/part2 swap          swap     defaults             0      0
/dev/discs/disc0/part1 /mnt/windows  ntfs rw,user,umask=002,gid=100  0    0
/dev/discs/disc0/part5 /mnt/data        ntfs rw,user,umask=002,gid=100  0    0
/dev/sda1              /mnt/camera vfat rw,users,noauto,sync,umask=000  0 0
LILO.CONF
=====
boot=/dev/discs/disc0/disc
default=arch
timeout=50
lba32
prompt
bitmap=/boot/insight.bmp
bmp-colors=0,11,9,15,3,7
bmp-table=250p,150p,1,18
bmp-timer=250p,350p,3,8,1
image=/boot/vmlinuz26
        label=arch
        root=/dev/discs/disc1/part3
        read-only
other=/dev/discs/disc0/part1
        label=WinXP
image=/boot/vmlinuz26
        label=archNoDvFs
        root=/dev/discs/disc1/part3
append="devfs=nomount"
        read-only
RC.CONF
=========
MODULES=(!usbserial !ide-scsi ppp_generic e1000 soundcore snd_ac97_codec snd-intel8x0 snd_pcm_oss ltmodem ltserial visor)
DAEMONS=(syslogd klogd hotplug !pcmcia network netfs crond alsamixer cups adsl autofs firestarter apcups)
RC.LOCAL
==========
mkdir /tmp/.ICE-unix
chmod 1777 /tmp/.ICE-unix
mknod /dev/usb/scanner0 c 180 48
chmod 0666 /dev/usb/scanner0
Some of the lines in the filesI have written without really knowing what I was doing, trying to get things to work and cloning what I found on the net.
My machine is dualboot with:
XP (two partitions on a disk,window$ system and personal data)
and Arch (two partitions, boot and root on a separate disk from window$)

I almost asked you what was the name of the script, ouff... just to show you how much I know
I checked it. I tried to run the lines as root. It did not work. But the RM lines did not give an error message. Then the mknod did give an error as the rm did not work (...already exist)
The script shows lines like: "rm -f dev/console"
I am no expert but, when I tried that both from "/" and from "/dev", the files where not removed.
I replaced it with lines like" rm -f /dev/console" and those worked.
Same thing with the "mknod dev/console c 5 1" which I replace with "mknod /dev/console c 5 1"
and those worked
Should there be a "/" in front of the dev to give the correct reference?
Or is it the "cd $TMPDIR" that should make it work. I do not know what is this path but I do not understand how it can work.
I added all the "/" and the script worked correctly and created the third device called zero which I did not do previously. Then again I was under UDEV, I do not know if it would have worked under DEVFS. I will try and report here.
ADDITION: Under devfs, the rm operation is not allowed and similar for the mknod, files already exist. So this is why the migrate script did not create the needed device nodes I suppose. They where set by devfs at boot and they could not be changed

Similar Messages

  • Udev migration How-To

    Bonjour, tout les gens. Here's the solution. I've experienced the problems myself and I've solved them myself. I hope it also works for all you out there having problems with the most recent grand update.
    :!: The update I wrote this how-to for was that large one which includes GNOME 2.12 and Arch Kernel 2.6.13.
    Contents:
    1) Migrating from devfs to udev.
    2) Reconfigure alsa.
    3) Reconfigure NVIDIA.
    4) F.A.Q.
    4A)I've already rebooted after upgrade, now my system is broke.
    4B)Kernel panic on Arch Kernel 2.6.13.
    4C)Couldn't find init= on Arch Kernel 2.6.13.
    4D)NVIDIA doesn't work anymore.
    4E)Boot-process stuck at alsa/sound / alsa doesn't work anymore.
    Summary (step-by-step):
    1) Upgrade system.
    2) Follow section 1: Migrating from devfs to udev, but do not reboot!
    3) Follow section 2: Reconfigure alsa, but do not reboot and also, do not perform the required after-boot tasks yet!
    4) Follow section 3: Reconfigure NVIDIA, but do not reboot and also, do not perform the required after-boot tasks yet!
    5) Reboot system and perform the required after-reboot tasks now and FINALLY (thus after having performed all after-reboot required steps) reboot.
    6) If your system still fails, post a comment. I'll see what I can do...
    1) - Migrating from devfs to udev
    Don't ask why, but get along with it. The main noticable difference between devfs and udev is the way devices are naming conventions.
    - For example:
    In devfs, the third partition of your first hard disk was called:
    /dev/discs/disc0/part3
    In udev, it is probably called (according to your BIOS and jumper settings and your IDE cabling):
    /dev/hda3
    :arrow: In general, you can rename a devfs-name to udev-name as following: /dev/discs/discX/partY becomes /dev/hdXY (where Y is now a letter, e.g. disc1 becomes hdb).
    :idea: Your hard-disks are S-ATA or SCSI? The udevfs naming convention probably turned your harddisk into sdXY instead of hdXY. Make sure to read next tip!
    :idea: You can use some utils to check your udevfs-names. You could check it up using cfdisk or by reading kernel messages by performing the command dmesg in a console
    In order to make your system work properly, you have to change all critical devfs-names to udevfs-names. There are two places where you have to update the names:
    - Your bootloader config file.
    - Your fstab.
    :idea: You use LILO as bootloader? The idea behind udevfs in GRUB is the same as it is for GRUB. Unfortunately, I don't have that much experience with LILO, so please consult the man-pages or another forum/how-to. See LILO mini-HOWTO for more information.
    :!: After having configured LILO, you have to run lilo as root user to get things configured properly. The configuration file for LILO is /etc/lilo.conf
    Your bootloader config file.
    I use GRUB, so I had to change /boot/grub/menu.lst. So, the given example is based on the GRUB-configuration. You have to specify the partition where your root is located.
    - For example:
    My old devfs name:
    kernel /vmlinuz26 root=/dev/discs/disc0/part3 ro
    Went into the new, udevfs name:
    kernel /vmlinuz26 root=/dev/sda3 ro
    Your /etc/fstab file.
    Also, you have to migrate your file system mount points.
    :!: Because I have S-ATA hard-disks, the udevfs-names in the example are sdXY instead of hdXY!
    - For Example:
    My old devfs names:
    /dev/discs/disc0/part2 swap swap defaults 0 0
    /dev/discs/disc0/part3 / ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext3 defaults 0 1
    /dev/discs/disc0/part4 /mnt/storage1 ext3 rw,user 0
    /dev/discs/disc1/part1 /mnt/storage2 ext3 rw,user 0
    Went into new, udevfs names:
    /dev/sda2 swap swap defaults 0 0
    /dev/sda3 / ext3 defaults 0 1
    /dev/sda1 /boot ext3 defaults 0 1
    /dev/sda4 /mnt/storage1 ext3 rw,user 0
    /dev/sdb1 /mnt/storage2 ext3 rw,user 0
    2) - Reconfigure alsa
    As the new 2.6.13 Arch kernel comes along, alsa has changed. Before you reboot your system, you have to disable a few things in your rc.conf first in order to prevent heavy system errors and sometimes critical system fails.
    Modifying /etc/rc.conf
    You have to temporarily disable all sound facilities until you reconfigured alsa after you've booted with the new kernel 2.6.13.
    - In my case, it went like this:
    The old stuff:
    MODULES="(...) snd-emu10k1"
    DAEMONS="(...) sound (...) alsa (...)"
    And the new stuff:
    MODULES="(...) !snd-emu10k1"
    DAEMONS="(...) !sound (...) !alsa (...)"
    Reboot and reconfigure
    Now, after having rebooted into the new kernel, you run alsaconf and you re-enable the sound facilities.
    In my case:
    The temporary stuff:
    MODULES="(...) !snd-emu10k1"
    DAEMONS="(...) !sound (...) !alsa (...)"
    And the good stuff:
    MODULES="(...) snd-emu10k1"
    DAEMONS="(...) sound (...) alsa (...)"
    Now, reboot your system again and every sound-related problem has been solved.
    3) - Reconfigure NVIDIA
    The NVIDIA-diver is compiled everytime after the kernel has been upgraded or recompiled. Unfortunately, we cannot install the NVIDIA-diver until we're in our new coasy kernel and in a real (text) console, without having any form of graphical process (Gnome, GDM, KDE, KDM, X: whatever!) running.
    What you do
    After having performed all required steps for your system, reboot your system. Login as regular user and THEN su into root account (it's more secure!).
    Now, you manually install the NVIDIA-driver from the pacman package repository cache.
    :!: Ofcoarse, I've picked the most recent driver. It's wise to do this also, but it is not required.
    - Like this:
    pacman -U /var/cache/pacman/pkg/nvidia-1.0.7676-3.pkg.tar.gz
    Now, fire your things up again. Go look at glx_gears till your eyes pop out. Live again! Whoo-hoo!
    4) - F.A.Q.
    Too make this solution even more accessible...
    Kernel panic on Arch Kernel 2.6.13.
    Have you migrated from devfs to udev well?
    :arrow: See section 1: Migrating from devfs to udev.
    Couldn't find init= on Arch Kernel 2.6.13.
    Have you migrated from devfs to udev well?
    :arrow: See section 1: Migrating from devfs to udev and go to the bootloader section.
    NVIDIA doesn't work anymore.
    Have you performed reconfiguration properly?
    :arrow: See section 3: Reconfigure NVIDIA
    Boot-process stuck at alsa/sound / alsa doesn't work anymore.
    Have you performed reconfiguration properly?
    :arrow: See section 2: Reconfigure ALSA

    Thank you for the tips iLLucionist
    Anyway I encountered a problem with today pacman -Syu
    kernel won't upgrade from 2.6.14.2-1 to ~2.6.14.3-1, quoted message below
    BTW I run stock kernel. 'testing' mirror allowed since I need kernel 2.6.14 for the Asrock Dual Sata ALi nic
    #pacman -Syu
    :: libcaca: local (0.9-1) appears to be newer than repo (whatah/0.7-1)
    :: Above packages will be skipped.  To manually upgrade use 'pacman -S <pkg>'
    :: udev conflicts with hotplug. Remove hotplug? [Y/n]
    Remove:  hotplug
    Targets: aspell-0.60.4-1 cups-1.1.23-5 curl-7.15.0-1 dialog-1.0-4 gaim-1.5.0-3 gnutls-1.3.0-2 gpm-1.20.1-6 gtk2-2.8.8-1 hal-0.5.5.1-3 hdparm-6.3-1
             imagemagick-6.2.5-1 kernel26-2.6.14.3-1 lftp-3.3.5-1 libogg-1.1.3-1 libvorbis-1.1.2-1 mc-4.6.1-2 nspr-4.6-3 ntp-4.2.0a-3 pango-1.10.2-1
             parted-1.6.25.1-1 sane-1.0.16-3 streamtuner-0.99.99-3 udev-076-4 unzip-5.52-2
    Total Package Size:   48.8 MB
    Proceed with upgrade? [Y/n]
    checking package integrity... done.
    removing hotplug...
    warning: /etc/hotplug/usb.usermap saved as /etc/hotplug/usb.usermap.pacsave
    warning: /etc/hotplug/usb.handmap saved as /etc/hotplug/usb.handmap.pacsave
    warning: /etc/hotplug/usb.distmap saved as /etc/hotplug/usb.distmap.pacsave
    warning: /etc/hotplug/blacklist saved as /etc/hotplug/blacklist.pacsave
    done.
    loading package data... done.
    checking for file conflicts...
    error: the following file conflicts were found:
      kernel26: /lib/modules/2.6.14-ARCH/modules.ofmap: exists in filesystem
    errors occurred, no packages were upgraded.
    I couldn't find posts related to this problem in the forum. I post here since I'm not aware when it comes to kernel related issues :oops:

  • Where can I buy a larger hard drive for my late 2008, 15" macbook pro?  From reviewing questions and answers on the support community it would appear that having Apple remove the old and install the new hard drive is recommended.  But how/where?

    Where can I buy a larger hard drive for my late 2008, 15" macbook pro?  From reviewing questions and answers on the support community it would appear that having Apple remove the old and install the new hard drive is recommended.  But how/where?

    Welcome to Apple Support Communities
    You can install the new hard disk yourself if you want to. You just need a 2'5" SATA II hard drive, which is compatible with your MacBook Pro. You can buy one at OWC > http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/ You can filter hard drives by computer, so press a "Click to view all...", choose your computer in the sidebar and it will give you the compatible hard drives.
    There are different brands for the MacBook Pro. The most recommended are HGST and Seagate, which have good reputation. A 7200 rpm hard drive will give you extra performance

  • Need to change my main BT email address, but how?

    I'd prefer a reply from an OFFICIAL BT Forum Mod if possible, please.
    I need to change my main BT email address, but how do I go about doing this?
    The address is being used as a spoofed address by spammers and I am getting non-delivery notices from the intended receipients' mail servers. Not the end of the world, but it's a PITA.
    Normally, I'd just dump the address and create a new one, but this is the main address attached to my account, which I cannot just change.
    Advice and/or help (FROM A MOD ONLY) would be appreciated. I've already tried the Contact Us from BT and the Online Chat thing, but both times got idiots from India who had no idea what I was talking about.
    TIA.
    OB
    I'm a Private person; I respect those who respect my Privacy.

    is that not for your MY BT account not your btyahoo email address
    normally you need to conatact the mods for that change 
    contact mods
    can take up to 3 working days for mods to contact you
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • I lived in the US for a few years, spent a fortune on iTunes [my then local Apple ID account].  Now I live in South Africa and want to use Match.  I have a local credit card but how do I use my new / 2nd Apple ID and gain access to all my US music??

    I lived in the US for a few years, spent a fortune on iTunes [my then local Apple ID account].  Now I live in South Africa and want to use Match.  I have a local credit card but how do I use my new / 2nd Apple ID and gain access to all my US music??

    You have to be in a country to use its store - you will need to be in the US and have a US billing address on your account to be able to use the US store (that applies to buying and redownloading).
    You can use iTunes Match in South Africa, do you not have a backup copy of all of your US iTunes purchases so that you can subscribe to it and upload those that aren't in the South African store to it ?

  • I just bought a new MacBook Pro Quick Time 7 icon but how do I get it to work? Do I need to purchase an additional update?

    I just bought a new mac book pro. It has Quick time 7 icon on it but how do I make it work? I am a student and have a quick time video I need to play but the video won't play. Do I need to purchase an update on Apple?

    It has a question mark inside the quick time logo everytime I click on it
    If you mean you are trying to play a file and the QT icon with a quesion mark appears in the display area, then this means the play has reached a programming disjunction and doesn know what to do—i.e., the player recognizes the content but something is preventing proper playback is telling the user it has a question as to how the content is to be played. In such cases you normally have to determine what content, what file container, and which player version is involved before you can decide how to best fix the problem.

  • In my macbook pro 15 inch mid 2012 model, my cpu and gpu will get very hot, when gaming or rendering sometimes over 200F. The fans only spin at max about 2900 rpm, when their max is 6400. I downloaded a fan control app, but how can i fix it?

    In my macbook pro 15 inch mid 2012 model, my cpu and gpu will get very hot, when gaming or rendering sometimes over 200F. The fans only spin at max about 2900 rpm, when their max is 6400. I downloaded a fan control app, but how can i fix it?

    Hi rhaughan,
    I see that you have concerns about your operating temperature of your computer while using resource-heavy applications such as gaming applications. I have an article that will address some of the concerns you have mentioned:
    Mac notebooks: Operating temperature - Apple Support
    http://support.apple.com/en-is/HT201640
    While there are third-party utilities that measure the temperature of a notebook computer, it is important to understand that these utilities are not measuring the external case temperature. The actual case temperature is much lower. Never use third-party applications to diagnose possible hardware issues—instead, contact Apple or go to an Apple Retail Store or Apple Authorized Service Provider.
    You should also see this article for even further information about your fans:
    Learn about the fans in your Mac - Apple Support
    http://support.apple.com/en-is/HT202179
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • I have a late 2011 model MacBook Pro running Mountain Lion.  I love the AirPlay mirroring feature with Apple TV...BUT, how do I mirror with TVs that don't have Apple TV?  I used to run a cable from my mini display port to the HDMI input of a TV.

    I have a late 2011 model MacBook Pro running Mountain Lion.  I love the AirPlay mirroring feature with Apple TV...BUT, how do I mirror with TVs that don't have Apple TV?  I used to run a cable from my mini display port to the HDMI input of a TV.  This feature seems to be lost in the Mountain Lion upgrade.  Did Apple feel that once Mountain Lion came out that EVERYONE would have Apple TV?  There are no settings in System Preferences/Display like there used to be...only for AirPlay Mirroring.

    Running a cable to the HDMI port is still supported. (and still works on mine).
    If the Arrangement tab in System Preferences > Displays isn't present then it doesn't recognize the physical connection.  Double check all cables.  If that doesn't work try a PRAM reset:
    http://support.apple.com/kb/ht1379

  • Hi, I Would like to know what I need to do to make work iWork"09 with my portable which has mac OS Lion 10.7.5 ; it does non open it because it says I need to do some updates but how can I do it if it does not open it ?

    Hi,
    I Would like to know what I need to do to make work iWork"09 with my portable which has mac OS Lion 10.7.5 ; it does non open it because it says I need to do some updates but how can I do it if it does not open it ?
    Thank You

    WILL ANYONE ANSWER MY QUESTION?  WHAT DO I HAVE TO DO TO GET A REPLY FOR MY CONUNDRUM/

  • I can't see an app on my iphone, but when i search i get it. i've made room for the icon to show up on screen, but how do i actually get the icon to appear?

    I can't see an app on my iphone, but when i search i get it. i've made room for the icon to show up on screen, but how do i actually get the icon to appear?

    On your iPad, just go to Settings>Mail, Contacts, etc.>Add account>iCloud and put in the details of the account you set up.  Shouldn't be a problem at all.

  • Music and Video on Nas in folders but how do i set up itunes on multiple computers to see and use these files and create libraries?

    Music and Video on Nas in folders but how do i set up itunes on multiple computers to see and use these files and create libraries?
    So i have had a itunes set up on my old PC, bought a NAS and copied the folders over to the NAS, i did this incorrectly and so then even when i told the old PC to use that folder it saw all the songs but wasnt able to play the songs as it was looking in the incorrect place.
    So now i want my Mac as well as my PC and others to all use the music, videos etc on the NAS they are in itunes friendly folders (as they were compiled this way by the itunes on the old PC.
    When i tell the mac to use the itunes library.itl file it sees the song list (about 100gb) but cant see any songs, so i have removed this file to another location for now with the hope to set up a new file and then get it to see the songs on the folder from the NAS.
    Can someone tell me how to do this for all the Mac's and PC's on my network as i really want one master library that all use and add too.
    Thanks for your help in advance.

    I have the same question but I am using two pc's

  • I just got a new Mac- I have transferred my itunes but how do I transfer my iphone to the new itunes?

    I just got a new Mac- I have transferred my itunes but how do I transfer my iphone to the new itunes? i dont want my whole iphone to blank so please help

    and everything from my iphone will transfer to the new itunes and i wont loose anything when i sync?
    thankyou!!

  • No longer use this email account but how do you backup the email that is...

    No longer use this email account but how do you backup the email that is in the "example" folder, So that I can delete the account on my mail app?

    Not sure what you mean. Deleting a POP account only deletes the messages stored in the account’s mailboxes, not any messages stored in custom “On My Mac” mailboxes, if that’s what you mean. It’s not that Mail goes after your mail trying to delete as much as it can. It’s just that if a mail account is deleted, then its mailboxes cannot exist anymore...
    That said, instead of deleting the account right away, you can just disable it (i.e. turn OFF Preferences > Accounts > Advanced > Enable this account), leave it that way for some time, and delete it only after making sure you didn’t miss anything while the account was disabled.
    BTW, if you back up your data, and the ~/Library/Mail folder in particular, you won’t have to worry about accidentally losing anything as a result of doing something like that...
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.

  • I bought the key..but how do I download the new version without purchasing?

    I must be having a bad day. I can' figure this out.
    Wanted to upgrade to 7.2 from 7.0. No big deal. I purchase the Prokey for 29.99. Order status is good. Says the key is delivered... I check the mail...Got it. Enter the registration.. no problem.
    But how in the heck to download the 7.2 version? I've not downloaded any new software. When I start QT, I am still in the old version (with the registration key displayed). There is no prompt to download the 7.2 version.
    In the Dowloaded Purchases section of my account at the Apple Store there is no link display where I can access the QT 7.2.
    What am I doing wrong?
    Many thanks in advance...
    Message was edited by: Larry Schiffer

    Hi Larry
    Entering the key unlocks the Pro features previously greyed-out. It's not necessary to download another version, though there will be updates from time to time.
    Go to Quicktime Preferences to check you key is showing - it should say Quicktime Pro underneath the key field.

  • I don't have my iPhone but how can i get my contacts on my mac?

    i don't have my iPhone but how can i get my contacts on my mac?

    I suppose you have/had them on your iPhone, but do not have your iPhone with you now.
    Did you ever sync the iPhone with iTunes, did you ever backed up the iPhone to iCloud?

  • How do you use Airport extreme at hotels etc, when traveling? I can plug my computer into the Airport with my ethernet but how does Airport pickup signal?

    How do you use Airport extreme at hotels etc, when traveling? I can plug my computer into the Airport with my ethernet but how does Airport pickup signal? What equipment & devices do I need to travel with to make this possible?

    You may mean the AirPort Express.....not AirPort Extreme.....as the Express is a popular travel router.
    The whole idea behind using this device is that the hotel must provide an Ethernet jack in the hotel room. Then you connect the AirPort Express to the Ethernet jack with an Ethernet cable and configure it to provide your own wireless network in the room. You still have to agree to terms, pay the fees, etc.
    The problem with this approach is that it is getting very difficult to find hotels in North America that prrovide an Ethernet jack....most have moved to wireless networks and the others are not far behind.
    So, if the hotel is already providing a wireless signal, the AirPort Express is of no use in that situation.
    If you normally stay at the same hotels, and know that they provide Ethernet ports, an AirPort Express might make sense in terms of convenience.

Maybe you are looking for

  • ALV report output to be send to the respective users through email

    Hi Gurus, My requirement is to send the ALV report output to the respective users Email ID (Lotus notes) when the report runs in background. Could any one suggest me with sample coding, How to send a ALV report output to the respective email ID's ( S

  • Picasa and iPhoto best practices

    I have read many a post on the difficulties between these two programs and I understand it is like comparing apples to oranges. However, having said all that, what about some advice for the stubborn ones among us. Here are my questions: 1. How do I s

  • My Creative zen x-fi keeps freezing when trying to delete tracks.

    AMy Creative zen x-fi keeps freezing when trying to delete tracks.> Hi. Was hoping someone could help me. I brought a creative zen x-fi and half of the times i tried to delete a track or album it would freeze, i'd reset it and the track or album was

  • Problem printing as image

    I'm attempting to print a pdf as an Image in acrobat x. Unfortunitly I keep getting an error saying document cant be printed. Any ideas to why this might be? I am sending the file from acrobat x on a 3.06 Imac to creo rip software to be printed on a

  • Is Org model (HR) in R3 can be transferred to CRM?

    hi, Is Org model (HR) in R3 can be transferred to CRM? Regards, babu