Se connecter avec
S'enregistrer | Connectez-vous

linux mandrake et install

Dernière réponse : dans Systèmes d'exploitation

Bonjour a tous

J'ai telecharger et graver les 3 cd de mandrake 10.1
defragmenter mon dd mais maintenant je ne sais pas si il faut que j'utilises la partition de mandrake ou que je la fasse moi meme avant de l'installer sachant que je n'est qu'un dique dur de 80 Go donc dans mandrake il faudrait que je mette "utiliser l'espace libre de windows" mais il parait que ca marche mal

merci de vos reponses 8-)

Autres pages sur : linux mandrake install

Lassé par la pub ? Créez un compte

oui c bon j'ai installe linux avec succes lol
maintenant g un probleme lors du lancement linux met echec lors de l'activation de l'interface eth0 mais bon en attendant et en appuyant sur entree ca marche le probleme c apres il me demande un mot de passe mais je n'en ai pas rentre sauf pour root et quand j'essaye de rentrer sur ma session sans mot de passe la frenetre vibre je ne sait pas pourkoi ?

merci de vos reponses :-D

Si t'as pas rentré de mot de passe pour ta session à l'installation, il a dû te mettre une fenêtre pour confirmer ton choix, tu l'a bien eue.
Moi j'ai fait comme ça et quand je me connecte, je rentre sans mot de passe et KDE démarre et c'est tout bien.

merci rennou tu crois que j'aurais du prendre la derniere version elle n'etait pas official

sinon j'ai reusssi avec drakconf j'ai cree un nouvel utilisatuer et sa marche est ce qu'il faut que je desactives qlq chose pour le probleme de demarrage de linux(activation interfact eth0))

merci ;-)

Si tu veux l'empecher de regarder au démarrage le eth0 il faut que tu fouille dans les configs de la Mandrake ( se que je ne peux pas te dire car j'ai une version vraiment différente de la tienne ) pour ce qui est du démarrage automatique il faut chercher vers les fichiers /etc/rcxxx.

Sinon pour creer un nouvel utilisateur c'est useradd ou adduser ensuite il te pose des questions auxquelles tu répond ( si tu sais pas : tape entrée ! )

@+

Le lancement des cartes réseaux sont dans /etc/rc5.d/SXYnetwork...
Mais avant de le faire pèter, pose toi la question de comment est lancé ton modem ? Au démarrage ?
Si c'est au démarrage il y a de forte chance que se soit justement dans le script /etc/rc5.d/SXYnetwork...

Si c'est un script en particulier, genre /etc/rc5.d/SXYfreebox ! Alors un :
# rm /etc/rc5.d/SXYnetwork
ira tout à fait.

Rem : j'avait eut aussi un "failed" avec le script network MDK10.X, or le prb a été résolu avec un autre script network d'une MDK9.1...
Je te mets mon script :
/etc/init.d/network2
  1. #
  2. ! /bin/bash
  3. #
  4. # network Bring up/down networking
  5. #
  6. # chkconfig: 2345 10 90
  7. # description: Activates/Deactivates all network interfaces configured to \
  8. # start at boot time.
  9. # probe: false
  10. ### BEGIN INIT INFO
  11. # Provides: $network
  12. ### END INIT INFO
  13.  
  14. # Source function library.
  15. . /etc/init.d/functions
  16.  
  17. if [ ! -f /etc/sysconfig/network ]; then
  18. echo "NETWORKING=no" > /etc/sysconfig/network
  19. exit 0
  20. fi
  21.  
  22. . /etc/sysconfig/network
  23.  
  24. if [ -f /etc/sysconfig/pcmcia ]; then
  25. . /etc/sysconfig/pcmcia
  26. fi
  27.  
  28.  
  29. # Check that networking is up.
  30. [ "${NETWORKING}" = "no" ] && exit 0
  31.  
  32. # if the ip configuration utility isn't around we can't function.
  33. [ -x /sbin/ip ] || exit 1
  34.  
  35. # Even if IPX is configured, without the utilities we can't do much
  36. [ ! -x /sbin/ipx_internal_net -o ! -x /sbin/ipx_configure ] && IPX=
  37.  
  38. # Even if VLAN is configured, without the utility we can't do much
  39. [ ! -x /sbin/vconfig ] && VLAN=
  40.  
  41. # If IPv6 is explicitly configured, make sure it's available.
  42. if [ "$NETWORKING_IPV6" = "yes" ]; then
  43. alias=`modprobe -c | awk '/^alias net-pf-10 / { print $3 }'`
  44. if [ "$alias" != "ipv6" -a ! -f /proc/net/if_inet6 ]; then
  45. echo "alias net-pf-10 ipv6" >> /etc/modules.conf
  46. fi
  47. fi
  48.  
  49. CWD=`pwd`
  50. cd /etc/sysconfig/network-scripts
  51.  
  52. . network-functions
  53.  
  54. # find all the interfaces besides loopback.
  55. # ignore aliases, alternative configurations, and editor backup files
  56. interfaces=`ls ifcfg* | LANG=C egrep -v '(ifcfg-lo|:|rpmsave|rpmorig|rpmnew)' | \
  57. LANG=C egrep -v '(~|\.bak)$' | \
  58. LANG=C egrep 'ifcfg-[A-Za-z0-9\.]+$' | \
  59. sed 's/^ifcfg-//g'`
  60.  
  61. # See how we were called.
  62. case "$1" in
  63. start)
  64. # IPv6 hook (pre IPv4 start)
  65. if [ "$NETWORKING_IPV6" = "yes" ]; then
  66. if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
  67. /etc/sysconfig/network-scripts/init.ipv6-global start pre
  68. fi
  69. fi
  70.  
  71. action "Setting network parameters: " sysctl -e -p /etc/sysctl.conf
  72.  
  73. if [ -r /etc/ethers -a -x /sbin/arp ]; then
  74. action "Storing ARP mapping" /sbin/arp -f /etc/ethers
  75. fi
  76.  
  77. # bring up loopback interface
  78. action "Bringing up loopback interface: " ./ifup ifcfg-lo
  79.  
  80. case "$IPX" in
  81. yes|true)
  82. /sbin/ipx_configure --auto_primary=$IPXAUTOPRIMARY \
  83. --auto_interface=$IPXAUTOFRAME
  84. if [ "$IPXINTERNALNETNUM" != "0" ]; then
  85. /sbin/ipx_internal_net add $IPXINTERNALNETNUM $IPXINTERNALNODENUM
  86. fi
  87. ;;
  88. esac
  89. # depreciated but we still use it.
  90. if [ -f /proc/sys/net/ipv4/ip_forward ] && [[ "$FORWARD_IPV4" = "yes" || "$FORWARD_IPV4" = "true" ]];
  91. then
  92. action "Enabling IPv4 packet forwarding" sysctl -n -w net.ipv4.ip_forward=1
  93. fi
  94.  
  95. case "$VLAN" in
  96. yes|true)
  97. if [ -d /proc/net/vlan ] || modprobe 8021q >/dev/null 2>&1 ; then
  98. action "Setting 802.1Q VLAN parameters: " /sbin/vconfig set_name_type DEV_PLUS_VID_NO_PAD
  99. else
  100. gprintf "No 802.1Q VLAN support available in kernel.\n"
  101. fi
  102. ;;
  103. esac
  104.  
  105. oldhotplug=`sysctl kernel.hotplug 2>/dev/null | \
  106. awk '{ print $3 }' 2>/dev/null`
  107. sysctl -n -w kernel.hotplug="/bin/true" > /dev/null 2>&1
  108.  
  109. cipeinterfaces=""
  110.  
  111. # bring up all other interfaces configured to come up at boot time
  112. for i in $interfaces; do
  113. eval $(LANG=C fgrep "DEVICE=" ifcfg-$i)
  114. if [ -z "$DEVICE" ] ; then DEVICE="$i"; fi
  115.  
  116. if [ "${DEVICE##cipcb}" != "$DEVICE" ] ; then
  117. cipeinterfaces="$cipeinterfaces $DEVICE"
  118. continue
  119. fi
  120. if LANG=C egrep -q -L "^ONBOOT=['\"]?[Nn][Oo]['\"]?" ifcfg-$i; then
  121. # this loads the module, to preserve ordering
  122. is_available $i
  123. continue
  124. fi
  125. # If we're in confirmation mode, get user confirmation
  126. [ -n "$CONFIRM" ] &&
  127. {
  128. confirm $i
  129. case $? in
  130. 0)
  131. :
  132. ;;
  133. 2)
  134. CONFIRM=
  135. ;;
  136. *)
  137. continue
  138. ;;
  139. esac
  140. }
  141. if [ "${DEVICE:0:3}" != "eth" -o ${DEVICE/:/} != ${DEVICE} -o ! -x /sbin/ifplugd ] || grep -q '^MII_NOT_SUPPORTED' ifcfg-$i; then
  142. action "Bringing up interface %s: " $i ./ifup $DEVICE boot
  143. else
  144. IFPLUGD_ARGS="${IFPLUGD_ARGS=-w -b}"
  145. action "Bringing up interface %s: " $i /sbin/ifplugd $IFPLUGD_ARGS -i $DEVICE
  146. fi
  147. done
  148.  
  149. # Bring up CIPE VPN interfaces
  150. for i in $cipeinterfaces ; do
  151. if ! LANG=C egrep -L "^ONBOOT=['\"]?[Nn][Oo]['\"]?" ifcfg-$i >/dev/null 2>&1 ; then
  152. # If we're in confirmation mode, get user confirmation
  153. [ -n "$CONFIRM" ] &&
  154. {
  155. confirm $i
  156. case $? in
  157. 0)
  158. :
  159. ;;
  160. 2)
  161. CONFIRM=
  162. ;;
  163. *)
  164. continue
  165. ;;
  166. esac
  167. }
  168. action "Bringing up interface %s: " $i ./ifup $i boot
  169. fi
  170. done
  171.  
  172. sysctl -n -w kernel.hotplug=$oldhotplug > /dev/null 2>&1
  173.  
  174. # Add non interface-specific static-routes.
  175. if [ -f /etc/sysconfig/static-routes ]; then
  176. grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do
  177. /sbin/route add -$args
  178. done
  179. fi
  180.  
  181. # IPv6 hook (post IPv4 start)
  182. if [ "$NETWORKING_IPV6" = "yes" ]; then
  183. if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
  184. /etc/sysconfig/network-scripts/init.ipv6-global start post
  185. fi
  186. fi
  187.  
  188. touch /var/lock/subsys/network
  189. ;;
  190. stop)
  191. # If this is a final shutdown/halt, check for network FS,
  192. # and unmount them even if the user didn't turn on netfs
  193.  
  194. if [ "$RUNLEVEL" = "6" -o "$RUNLEVEL" = "0" -o "$RUNLEVEL" = "1" ]; then
  195. NFSMTAB=`LC_ALL=C awk '!/^#/ && $3 == "nfs" { print $2 }' /proc/mounts`
  196. SMBMTAB=`LC_ALL=C awk '!/^#/ && $3 == "smbfs" { print $2 }' /proc/mounts`
  197. NCPMTAB=`LC_ALL=C awk '!/^#/ && $3 == "ncpfs" { print $2 }' /proc/mounts`
  198. if [ -n "$NFSMTAB" -o -n "$SMBMTAB" -o -n "$NCPMTAB" ] ; then
  199. /etc/init.d/netfs stop
  200. fi
  201. fi
  202.  
  203. # IPv6 hook (pre IPv4 stop)
  204. if [ "$NETWORKING_IPV6" = "yes" ]; then
  205. if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
  206. /etc/sysconfig/network-scripts/init.ipv6-global stop pre
  207. fi
  208. fi
  209.  
  210. # shut down all interfaces (other than loopback)
  211. for i in $interfaces ; do
  212. eval $(fgrep "DEVICE=" ifcfg-$i)
  213. if [ -z "$DEVICE" ] ; then DEVICE="$i"; fi
  214.  
  215. if ! check_device_down $i; then
  216. action "Shutting down interface %s: " $i ./ifdown $i boot
  217. fi
  218. done
  219.  
  220. # kill all the ifplugd instances
  221. /usr/bin/killall ifplugd > /dev/null 2>&1
  222.  
  223. case "$IPX" in
  224. yes|true)
  225. if [ "$IPXINTERNALNETNUM" != "0" ]; then
  226. /sbin/ipx_internal_net del
  227. fi
  228. ;;
  229. esac
  230.  
  231. action "Shutting down loopback interface: " ./ifdown ifcfg-lo
  232.  
  233. if [ -d /proc/sys/net/ipv4 ]; then
  234. if [ -f /proc/sys/net/ipv4/ip_forward ]; then
  235. if [ `cat /proc/sys/net/ipv4/ip_forward` != 0 ]; then
  236. action "Disabling IPv4 packet forwarding: " sysctl -n -w net.ipv4.ip_forward=0
  237. fi
  238. fi
  239. if [ -f /proc/sys/net/ipv4/ip_always_defrag ]; then
  240. if [ `cat /proc/sys/net/ipv4/ip_always_defrag` != 0 ]; then
  241. action "Disabling IPv4 automatic defragmentation: " sysctl -n -w net.ipv4.ip_always_defrag=0
  242. fi
  243. fi
  244. fi
  245. if [ -f /proc/sys/net/ipv4/tcp_syncookies ];then
  246. if [ `cat /proc/sys/net/ipv4/tcp_syncookies` != 0 ]; then
  247. sysctl -n -w net.ipv4.tcp_syncookies=0
  248. fi
  249. fi
  250.  
  251. # IPv6 hook (post IPv4 stop)
  252. if [ "$NETWORKING_IPV6" = "yes" ]; then
  253. if [ -x /etc/sysconfig/network-scripts/init.ipv6-global ]; then
  254. /etc/sysconfig/network-scripts/init.ipv6-global stop post
  255. fi
  256. fi
  257.  
  258. rm -f /var/lock/subsys/network
  259. ;;
  260. status)
  261. gprintf "Configured devices:\n"
  262. echo lo $interfaces
  263.  
  264. gprintf "Currently active devices:\n"
  265. echo `/sbin/ip -o link show | awk -F ": " '/UP>/ { print $2 }'`
  266. ;;
  267. restart|reload)
  268. cd $CWD
  269. $0 stop
  270. $0 start
  271. ;;
  272. *)
  273. gprintf "Usage: %s\n" "$(basename $0) {start|stop|restart|reload|status}"
  274. exit 1
  275. esac
  276.  
  277. exit 0

ok c'est bon j'ai desactive mes 2 carte reseau et ca marche par contre j'ai une freebox non reconnu en usb je crois qu'il faut utiliser CDCEther

sinon quand je met le disuqe free dans mon lectuer il ne peut pas le monter il dit qu'il y a une erreur ou qu'il y a beaucoup de trucs monte et qu'il ne peut pas? :-(

encore une petite question

est ce que je peux acceder a ma partition windows a partir de linux afin de récupérer mes documents et mes programmes windows si oui comment je peux faire
Idem pour linux est ce que je peux recuperer mes fichiers linux sous windows

merci 8-)

ok linux je trouve ca quand meme dur j'essaye d'installer des apllications ca marche pas j'insere un disc de musique ca marche pas ca commence vraiment a m'enerver
pour les appli quand je lance l'install il me demande d'executer ce fichier je met oui et rien rien ne s'ouvre
et pour les cd de musique il me dit qu'il ne peut pas le monter !!

ca m'enerve vous avez une idee

Citation :

Vince1407 a écrit :
Si Rennou sa marche : avec explorer2fs , si ta partoche est en ext3 ( donc pas pour ceux qui ont laissé la SuSe installé le système )

Donc dans les deux sens c'est possible.

@+

Ah ben oui mais s'il faut installer un programme c'est de la triche ! :-D
Lassé par la pub ? Créez un compte
Tom's guide dans le monde